body {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #101010;
}

a:link {
	color: #EEEEEE;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.navired {
	width: 200;
	background-color: #7F0000;
	text-align: center;
}

.naviblue {
	width: 200;
	background-color: #202070;
	text-align: center;
}
.navigreen {
	width: 200;
	background-color: #004000;
	text-align: center;
}
.navigray {
	width: 200;
	background-color: #404040;
	text-align: center;
}
.naviyellow {
	width: 200;
	background-color: #606000;
	text-align: center;
}