 
 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;}
div.poplink{
    text-align: left;
    font-size: small;
}
div.download {
    text-align: right;
    font-size: small;
}
