
body {
background-color: #85C7E3;
margin: 0px;
color:#000080;
}
table.mine
{
  border-style:solid;
  border-width:1px;
  border-color:white;
  padding-top:5px;
}
td.mine
{
  border-style:solid;
  border-width:1px;
  border-color:black;
  background-color:white;
  font-family: "verdana";
  color: navy;
  font-size: 10pt;
}
A {
  font-family: Verdana;
  font-size: 10pt;
  text-decoration: none;
  color: blue;
}
A.alpha {
  font-family: Verdana;
  font-size: 10pt;
  text-decoration: none;
  color: #000000;
}
A.small {
  font-family: Arial;
  font-size: 7pt;
  text-decoration: none;
}
h1 {
 color:white;
 font-size: 42pt;
 font-family: Times New Roman;
 font-style:italic;
align:center;
}

A:visited {
  font-family: Verdana;
  color:blue;


}
A:Hover {
  color: #FF0000;
  text-decoration: underline;
}