<style>
*
{
  margin: 0px;
  font-family: verdana, arial;
}

h1
{
  font-size: 16pt;
}

h2
{
  font-size: 14pt;
}

h3
{
  font-size: 12pt;
}

p
{
  font-size: 12px;
}

b
{
  font-weight: bold;
}

.Menu
{
  font-size: 10px;
  font-family: verdana;
  font-weight: bold;
  letter-spacing: 1px;
}

a.Menu:link, a.Menu:visited
{
  font-size: 10px;
  font-family: verdana;
  color: white;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 1px;
}

a.Menu:hover, a.Menu:active
{
  color: white;
  text-decoration: none;
}

select
{
  font-size : 10px;
  font-family: verdana;
  color : blue;
}

.Form
{
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size : 10px;
  font-family: verdana;
  color : blue;
  valign: top;
}

.Dir
{
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size : 12px;
  font-family: verdana;
  valign: middle;
}

.over
{
  background-color: #ffffdd;
  cursor: hand;
}

.out
{
  background-color: #ddddff;
}

.MenuOver
{
  background-color: green;
  cursor: hand;
  font-size: 10px;
  font-family: verdana;
  color: white;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 1px;
}

.MenuOut
{
  background-color: #77cc88;
  font-size: 10px;
  font-family: verdana;
  color: white;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 1px;
}

a.TopLevelMenu:link, a.TopLevelMenu:visited, span.TopLevelMenu
{
  color: #008800;
  font-size: 10px;
  font-family: verdana;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 1px;
}

a.TopLevelMenu:hover, a.TopLevelMenu:active
{
  color: red;
  font-size: 10px;
  font-family: verdana;
  font-weight: bold;
  text-decoration: underline;
  letter-spacing: 1px;
}

</style>