body {
	background-color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.footer {
	color: #6633FF;
	background-color: #CCCCCC;
}
a:visited { 
	text-decoration: none; 
	color: #0099CC; 
	border-bottom: 1px dotted #6633FF; 
	font-size: 12px;
	} 

a:hover { 
	border-bottom: 1px dotted #cccccc; 
	color: #cccccc; 
	font-size: 12px;
	text-decoration: none; 
	} 

a:active { 
	text-decoration: none; 
	color: #0099CC; 
	font-size: 12px;
	border-bottom: 1px dotted #6633FF; 
	}

a:link { 
	text-decoration: none; 
	color: #0099CC; 
	font-size: 12px;
	border-bottom: 1px dotted #6633FF; 
	}

a.nav:link {
	font-family: arial;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #000000;
  }
  
  a.nav:visited {
	text-decoration: none;
	font-family: arial;
	font-weight: normal;
	color: #ffffff;
	font-size: 12px;
	background-color: #000000;
  }
  
  a.nav:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 12px;
	background: #FFFFFF;
  }
  
.currentnav {
	color: #000000;
	background-color: #FFFFFF;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;
}
