body 
{
  font-family: comic sans ms;
}

h1 
{
  font-family: comic sans ms; 
  text-align: center;
}

p.center
{
  text-align: center;
}

table
{
  font-size: 13;
}

td
{

}

td.right
{
  color: white;
  background: #008400;
}

td.main
{
  color: black;
}

td.left
{
  color: #FFFFFF;
  background: #008400;
  font-size: 11;
  
}

td.bar
{
  font-weight: bold;
  text-align: center;
  background: #008400;
  color: #FFFFFF;
  font-size: 15;
}

a 
{
  color: blue;
  text-decoration: underline;
  cursor: hand;
}

a:visited 
{
  color: purple;
}
a:hover 
{
  color: red;
}

a:active 
{
  color: red;
}

a.menu
{
  color: white;
}

a:visited.menu
{
  color: white;
}
a:hover.menu
{
  color: #CCCCCC;
}

a:active.menu
{
  color: #CCCCCC;
}