body{
  font-family: Arial, Helvetica, sans-serif; 
  background:#cc0000;
}
h2 {  font-size: 14px; font-weight: bold; color: #FF9933}
a.white:link {  color: #000000; text-decoration: underline}
a.white:visited {  color: #000000; text-decoration: underline}
a.white:hover { color: #000099; text-decoration: none }
a:link {  color: #003399; text-decoration: underline; font-weight: bold}
a:visited {  color: #003399; text-decoration: underline; font-weight: bold}
a:hover {  color: #FF9900; text-decoration: none; font-weight: bold}
.content{
  padding:10px;
}
.nav{
  background:#FFCC00;
}
.nav a{
  font-size:13px;
  display:block;
	color:#FFFFFF;
	margin:5px;
  padding:5px;
	text-decoration:none;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #000000;
	border-left:1px solid #999999;
	border-right:1px solid #666666;
	
}
.nav a:hover{
  text-decoration:underline;
}