body {
	background-color: #333333;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

font, td {
	font-family: Verdana;
	font-size: 10px;
	color: #CCCCCC;
}

a:link,a:visited,a:active {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #B2B2B2;
	text-decoration: none;
}