body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #FFFFFF;
		background-color: #000000;
		}

.header {text-align: center;}

a {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #FFFFFF;
		font-style: bold;
		}
a:link {
		text-decoration: none;
		}
a:visited {
		text-decoration: none;
		color: #CCCCFF;
		}
a:hover {
		text-decoration: none;
		color: #CCCC99;
		}
a:active {
		text-decoration: none;
		color: #666666;
		}
		
a.menu {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #003366;
		font-style: strong;
		}
a.menu:link {
		text-decoration: none;
		}
a.menu:visited {
		text-decoration: none;
		color: #CCCCFF;
		}
a.menu:hover {
		text-decoration: none;
		color: #CCCC99;
		}
a.menu:active {
		text-decoration: none;
		color: #666666;
		}