body {
	background-color: "#999999";
	color: "#ffffff";
	text-decoration: none;
}

a:link { color: "#ffffff"; text-decoration: none } 

a:visited { color: "#ff0033"; text-decoration: none } 


a:hover {
	text-decoration: none;
	color: white;
	font-style: italic;
	background-color:red
}

p {	color: "#000000";
	text-align: center; 
	text-decoration: none } 


table.pop-up	{
	background-color: "#ffccff"; }
