p , a:link , a:visited , a:active , a:hover, td {
   font-family : Arial, Helvetica, sans-serif;
}

p , div , a:link , a:active , a:visited, td {
   font-size : 10pt; 
}

h1 , h2 , div , p {
   color : black;
   font-style : normal; 
   text-decoration : none; 
}

p {
   margin-top : 0; 
   margin-bottom : 0; 
}

a:active , a:link {
   color : navy; 
   text-decoration : underline; 
}

a:visited {
   color : black; 
   text-decoration : underline; 
}

a:hover {
   color : blue; 
   text-decoration : underline; 
}

input , select {
   font-weight : bold; 
} 
