BODY
{
    background-color: #000000;
    font-family : "Arial", "Helvetica", "Serif";
    font-size: medium;
    color: yellow;
}

A:visited {
   color : yellow; 
   background-color : transparent;
   text-decoration: underline;   font-size: medium;
}

A:link {
   color : yellow; 
   background-color : transparent;
   text-decoration: underline;   font-size: medium;
}

A:active {
   color : yellow; 
   background-color : transparent;
   text-decoration: underline;   font-size: medium;
}
TABLE{
	font-size: medium;
	padding: 2px;}
