/* CSS Document */

body {
	margin: 0px;
	background-color: #111111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div {
	text-align: center;
}

a:link, a:visited, a:active {
	color: #CCCCCC;
	text-decoration: none;
}

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

