 								
a:link {
  color: #FFCC00; 
  text-decoration: none;} 
  /*background: #FFFFFF;normal links in the text*/
a:visited {
  color: #FFCC00; 
  text-decoration: none;}
a:hover { /*this effect is not shown in NN4.xx*/
  color: #FF6600; 
  text-decoration: underline;}
a:active {/*colour in NN4.xx is red*/ 
  color: #FF6600; 
  text-decoration: underline;}								
								

BODY
	{
	font-size : 3pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-weight : bold;
	background-color : #000000; 
	}
TABLE#main {
	border-style: solid;
	border-color : #FFFFFF; }
P.alert
	{
	font-weight: bold;
	font-family : Verdana,Arial,serif;
	color : #FF0000;
	}  
	
/* A {text-decoration: none}
A:active, A:link, A:visited  {text-decoration: none;
								color : #0011FF;}
A:hover {TEXT-DECORATION: underline;} */