body {
	background-color:#800000;
	color:#009900;	
}

a:link, a:visited { 
	color:#009900; 
	text-decoration:none; 
} 

#caption a:link, #caption a:visited, #copyright a:link, #copyright a:visited, .float p a:link, .float p a:visited, h1 a:link, h1 a:visited, #intro a:link, #intro a:visited {
	border-bottom:1px dotted #009900;
}

a:active { 	
	color:#CCCCCC; 
	text-decoration: none; 
} 

a:hover { 
	color:#FF6666; 
	text-decoration:none;
}

#caption a:hover, #copyright a:hover, .float p a:hover, h1 a:hover, #intro a:hover  { 
	border-bottom:1px dotted #FF6666;
}

#copyright { color:#DBDBDB;  }
