a.nav:link
{
color:black;
}
a.nav:visited
{
color:Blue;
}
a.nav:hover
{
text-decoration: none;
color:silver;
font-weight: bold;
}
a
{
text-decoration: none;
color:black;
font-weight: bold;
}
a.light:link
{
color:#4169E1;
}
a.light:visited
{
color:black;
}
a.light:hover
{
text-decoration: none;
color:#4169E1;
font-weight: bold;
}
a.light:active
{
text-decoration: none;
color:darkblue;
font-weight: bold;
}
.buttonstyle 
      {
      padding: inherit; 
      margin: auto; 
      border: thin ridge #0000FF; 
      background-color: #FFD700;
     
      }
body 
{background-color:#FFD700}

td.infobutton
{WIDTH: 50%; HEIGHT: 50%;}