
body {
   background-image: url(../backgrounds1/68ab.jpg);
      width: 100%;
   height:100%;
}
a{font-size:10pt;:text-decoration:none;font-weight:bold;color:#0000A0;}
a:link { text-decoration:none; font-weight:bold; color:#0000A0; }
a:hover { text-decoration:none; font-weight:bold; color:red;}

a.link{color:#0000A0;text-decoration:none;}
a.link:hover{color:red;text-decoration:none;}

a:link:visited{text-decoration:none;}


a.test{font-size:20pt;text-decoration:none;font-weight:bold;color:#0000A0;}
a.test:hover { text-decoration:none; font-weight:bold; color:green;}

}