  body {
    background-color: white;
    width:95%;
    }
    
 
  a.normal:link { font-family: Times;
    font-size: 12pt;
    color: black;
    text-decoration: none;
    }

  a.normal:visited { font-family: Times;
    font-size: 12pt;
    color: black;
    text-decoration: none;
    }

  a.normal:active { font-family: Times;
    font-size: 12pt;
    color: black;
    text-decoration: none;
    }

  a.normal:hover { font-family: Times;
    font-size: 12pt;
    color: black;
    text-decoration: none;
    background-color: white;
    }

 
 button { border: 2px outset darkslategray;
    background-color: transparent;
    width: 150px;
    height: 150px;
    vertical-align: middle;
    text-align:center;
    opacity:0.8;
cursor:pointer;
 }
table,td, tr, 
{
  border-collapse: collapse;
}

th
{
    background-color: #E8F9C7;
}

table  {
  border: 1px solid black;
} 
