#navlinks{ /*CSS for DIV containing the navigational links*/
width: 400px;
}
#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 110%;
}
#navlinks a.current{ /*CSS for currently selected navigational link*/
background-color: yellow;
}
body,td,th {
	font-family: Arial;
	color: #FFFFFF;
}
body {
	background-color: #000000;
}
a:link {
	color: #00FFCC;
}
a:visited {
	color: #00FFCC;
}
a:hover {
	color: #FFFF00;
}
a:active {
	color: #00FFCC;
}

body,td,th {
	font-family: Arial;
	color: #00FFFF;
}
.style1 {	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
}
.style2 {	font-size: 12px;
	font-weight: bold;
}
.style3 {	font-size: 10px;
	color: #CCCCCC;
}
.style4 {
	font-size: 9px;
	color: #333333;
}
.style5 {
	font-size: 15px;
	color: #333333;
	font-weight: bold;
}
.style6 {
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	}
.style7 {
	color: #333333; 
	font-size: 16px; 
}
.style8 {font-size: 16px}	
.style9 {
	color: #CCCCCC;
	text-decoration: none;
}
.style10 {	font-size: 14px;
	color: #FFFF00;
}
.style11 {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
}
.style12 {
	color: #333333;
	font-size: 18px
	font-weight: bold;
}
.style13 {
	font-size: 12px;
	color: #000000;
}
.style14 {
	color: #FFFFFF;
	font-size: 8px;
}
.style15 {
	color: #FFFFFF;
	font-size: 18px;
}
.style16 {
	color: #FFFFFF;
	font-size: 12px;
}

