a 
{
   color: #004F74; 
   text-decoration: none;}

a:hover 
{
   color: white;}

a.menu 
{
   color: black; 
   text-decoration: none;}

a.menu:hover 
{
   color: white;}
   
a.login 
{
   color: red;
   font-weight: bold; 
   text-decoration: none;}

a.login:hover 
{
   color: yellow;
   font-weight: bold;}   

body
{
   background-color: #a7aeba;
   font-family: Arial;}
   
td
{
   font-family: Arial;
   font-weight: normal;
   color: #000000;}
   
td.gridHeader
{
   background-color: black;   
   font-weight: bold;
   color: White;}
table 
{
   font-family: arial; 
   font-size: 10pt}
   
p.h1 
{
   color: white; 
   font-weight: bold; 
   font-size: 1.5em; 
   vertical-align: middle}

