BODY /* overall defaults */
{
  BORDER: 0px;
  PADDING: 0px;
  MARGIN: 0px 0px 0px 0px;
  FONT-WEIGHT: 800;
  FONT-SIZE: 11pt;
  COLOR: green;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  TEXT-ALIGN: left;
  FONT-VARIANT: normal
}

#wd 
{
font-weight: 600;
color: #ffffff;
text-decoration: none;
font-family: times, serif; 
font-stretch: ultra-expanded;
text-decoration: none; 
font-size: 14pt;
}

#teeny 
{
font-weight: normal;
color: #ffffff;
text-decoration: none;
font-family: times, serif; 
text-decoration: none; 
font-size: 10pt;
}

#mt 
{
font-weight: 600;
color: #ffffff;
text-decoration: none;
font-family: arial, sans-serif; 
text-decoration: none; 
font-size: 9pt;
}

# td 
{
 text-align: center; 
}

#dmenu td 
{
 text-align: center; 
 border: 1px solid black;
}

#dmenu td a 
{
  border: 0px;
  font-weight: bold;
  text-align: center;
  width: 200px; 
  text-decoration: none; 
  TEXT-INDENT: 0px;
  margin: 0px; /* spacing between menu items */
  PADDING-TOP: 10px;
  PADDING-BOTTOM: 10px;
  PADDING-left: 0px;
  PADDING-right: 0px;
  CURSOR: hand;
  FLOAT: center;  
  POSITION: relative;
  display: block;
}

#dmenu td a:hover /* HOVER over top-level menu links */
{
  font-weight: bold;
  text-align: center;
  width: 200px;
  text-decoration: none; 
  TEXT-INDENT: 0px;
  border: 0px;
  PADDING-TOP: 10px;
  PADDING-BOTTOM: 10px;
  PADDING-left: 0px;
  PADDING-right: 0px;
  CURSOR: hand;
  FLOAT: center;  
  POSITION: relative;
  display: block;
}

a 
{
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif; 
color: #ffffff; /*#CC3333; */
text-decoration: none; 
font-style: normal;
}

a:hover 
{
font-weight: bold;
color: #dd0000;
text-decoration: none;
background-color: #dddddd;
/*background-color: #660066;*/
padding: 5px;
}

