body {
	color: #fff;
	text-align: center; /* Hack for IE5/Win */
	background-color: #000099;
	font-size: 28px;
	margin: 0;
	border: 0px;
	padding: 0px;
	width:auto;
	height:auto
}

.h1 {
    font-size:40px;
	}

.h2{
    font-size:28px;
	}
	
.h3 {
    font-size:10px;
	}
	
	#topnav {
	font-variant: small-caps;
	text-align: center;
	width: 428px;
	height: 25px;
	float: none;
	clear: left;
	min-height: 25px;
	max-height: 25px;
	margin: 0;
	display: block;
	min-width: 428px;
	border: none;
	border-style: none;
	margin-left: auto;
	margin-right: auto;
}

.top {
	width: 428px;
	height: 25px;
	margin: 0;
	border-style: none;
	border-width: 0;
	display: block;
	color: #FFFFFF;
	border: none;
}
	
	a:link { color: white; }
	a:hover { color: #00FF00; }
	a:active { color: #CC66FF; }
	a:visited {	color: #FFCCFF; }
