a {
  color : #003366;
  font-family : Tahoma, "MS Sans Serif", "Comic Sans MS", sans-serif;
  font-weight : bold;
  font-size : 11pt;
  text-decoration : none;
}

a.Menu {
  color : #000000;
  font-family : cursive;
  font-weight : bold;
  font-size : 8pt;
  text-decoration : none;
}


a:hover
{
  color : #FFFFFF;
}



body {
  background-color: black;
  background-repeat: repeat;
  color : #A0A0A0;
  font-size : 12pt;
  margin-right: 40px;
  margin-left: 40px;
  margin-top : 0px;
}
h1{
   color: black;
   text-align:center;
   font-family : fantasy;
   font : italic normal;
   }
h2{
   color:white;
}
h3{
   color: #000099;
}
p{
   color: Navy;
   margin-left : 10px;
   margin-right : 10px;
}

td.inner
{
  background-color: #CCCCCC;
  color: black;
  margin-left: 20px;
}


td.outer
{
  background-color: #336699;
  color: black;
  margin-left: 20px;
}

td.header
{
  background-color: #3399CC;
  color: black;
  margin-left: 20px;
}

