/*
CSS Sample Site
*/

body  { 
   font-family: Verdana;
  }
p { font-family: Arial; }
p {font-size: 80%; }

li { font-family: Arial; }
li { font-size: 80%; }


H1 { color: #000000; font-weight: 400; font-size: 18px; font-family: Arial }
H2 { color: #000000; font-weight: 400; font-size: 18px; font-family: Arial }

.specialfont { 
   color: black;
   font-family: Arial; 
   font-size: 80%;}

a { font-weight: bold;}
a { font-family: Arial;}
a { font-size: 95%;}
a:link {color: #0027B3}
a:visited {color: #0027B3}
a:hover {  text-decoration: underline;
  color: white;
  background-color: #0027B3;
  
a.top { font-weight: bold;}
a.top { font-family: Arial;}
a.top { font-size: 80%;}
a.top:link {color: #0027B3; text-decoration: none}
a.top:visited {color: #0027B3; text-decoration: none}
a.top:hover {color: white; text-decoration: none;
  background-color: #0027B3;