/* CSS Document */

html, body {
	margin:0;
	background-color: #333333;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size:10px;
}

a:link, a:visited {
	color: #CCCCCC;
}

a:hover, a:active {
	color: #666666;
}