a:link { color: black; text-decoration: none; }
a:visited { color: black; text-decoration: none; } 
a:hover { color: blue; text-decoration:underline;} 


body 
{ font-family: Verdana; 
  background-image: url('/images/bgtile.jpg'); 
  background-repeat: repeat-x; 
  background-color: white;

}
