﻿html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none;
      background-color:white;
   }

TD
{
    color: dimgray;
}

a.menu
{
    font-size: 17px;
    color: black;
    text-decoration: none;
}
a.menu2
{
    font-size: 17px;
    color: chocolate;
    text-decoration: none;
}
a.menu:hover
{
    color: chocolate;
}
a.menu2:hover
{
    color: chocolate;
}

#fullheight{height:100%}


