body { 	font: 10px arial,sans-serif;
	color:white; 
	background:black;
	margin:20px 20px;
	padding:0px; 
}

.caution { font-size: 150%; }

a:link { 
	color: #009999;
}

a:visited {
	color: #009999;
	background : inherit; 
	text-decoration : none; 
}

a:hover { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
}

a:active { 
	color: #333333;
}