body
{
  color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
}

h1 
{
  color: black;
  font-size: 1.5em; 
}

h2
{
  color: black;
  font-size: 1.2em; 
}

p, table, th, td, form, ol, ul, li
{
  color: black;
}

table.main
{
}

td.nav
{
  background-color: rgb(240,152,93);
  margin: 0;
}

td.title
{
  background-color: black;
}

a.main
{
  font-size: 15px;
}
  
a.sub
{
  font-size: 10px;
  font-weight: bold;
}
  
a:link
{
  color: blue;
  text-decoration: none;
}

a:visited
{
  color: blue;
  text-decoration: none;
}

a:hover
{
  color: red;
  text-decoration: underline;
}

