/* CSS Document */

body {
	margin-top: 3px;
	margin-bottom: 0px;
	background-color: #00001F;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-align:center;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #DEDEDE;
}
