 
 Body {
 	background: #000000;
	color: white;
 }


a                  {text-decoration: none; color:yellow; font-weight: bold}
a:link, a:visited  {text-decoration: none; color:yellow; font-weight: bold}
a:active           {color: red; background-color: yellow;
                    text-decoration: underline;}
a:hover            {color: red; background-color: yellow; 
                    text-decoration: underline;}

