/* CSS Document */

body {
	background:#333333;
	 font-family:Book Antiqua, Helvetica, sans-serif;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}
.body {color: #CCCCCC; font-size:14px;}
.title {color: #CCCCCC;  font-size:16px; font-weight:bold;}
.footer {font-size: 12px; color: #999999;}
.small {font-size: 12px; color: #999999; vertical-align:middle;}
.body2 {color: #333333; font-size:14px;}
