body 
{ 
background-image: url('back.gif'); 

} 


a:link {color: #ffffff; text-decoration: none; }
a:active {color: #ffffff; text-decoration: none; }
a:visited {color: #ffffff; text-decoration: none; }
a:hover {color: #ffffff; text-decoration: underline; }


a.blue:link {color: #235071; background: #ffffff; font-weight: bold;}
a.blue:active {color: #235071; background: #ffffff; font-weight: bold;}
a.blue:visited {color: #235071; background: #ffffff; font-weight: bold;}
a.blue:hover {color: #235071; background: #ffffff; font-weight: bolder; text-decoration: underline;}



