/* CSS Document */
body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a:link {
		color: #666666;
		text-decoration: none;
		
}

a:visited {
		color: #666666;
		text-decoration: none;
}

a:hover {
		color: #666666;
		text-decoration: underline;
}


