a:link {color: white; text-decoration:none;}

a:visited {color: white; text-decoration:none;}

a:hover /* edit this line to change the hover color of hyperlinks */ 
{color: gold;}

a:active {color: gold; text-decoration:none;}
p.margin {position:absolute; top: 25px; left: 25px; font-family: arial,helvetica,verdana; font-weight:bold;}

a.nav:link {color: white; text-decoration:none;}

a.nav:visited {color: white; text-decoration:none;}

a.nav:hover /* edit this line to change the hover color of hyperlinks */ 
{color: gold;}

a.nav:active {color: gold; text-decoration:none;}

a.foo:link { font-weight: bold; color: blue; }
a.foo:visited { color: blue; }
a.foo:hover { text-decoration: underline; color: red; }
a.foo:active { color: red; }

