/* This is the core style sheet of the site.*/

 

body {
               background-color: white;
               font-family: Arial, Helvetica, sans-serif;
               font-size: 1em;
               margin: 9;
              }


table td {
 font-size: 1em;
}

a:link {
 color: #0052BA;
 text-decoration: none;
}
 
a:visited {
 color: #538AD0;
 text-decoration: none;
}
 
a:hover {
 color: #ffffff;
 background-color: #9baebf;
}
 
a:active {
 color: #538AD0;
 background-color: #67849e;
}

td {
 vertical-align: baseline;
}

