/* Underlying body of each page */
body {
  background-color: #FFFFFF; 
  color: #000000; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
}

a:link    {text-decoration: underline; color: #0017F6}
a:active  {text-decoration: none; color: #009CF6}
a:visited {text-decoration: underline; color: #0017F6}
a:hover   {text-decoration: none; color: #009CF6}

table {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

table.content {
  font-size: 0.8em;
}

.menutitle {
  font-weight: bold;
  margin: 10px 2px 5px 2px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.menulinks {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.menulink {
  font-size: 0.9em;
  margin: 0px 2px 8px 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.menulink a:link    { font-weight: normal;}
.menulink a:active  { font-weight: normal;}
.menulink a:visited { font-weight: normal;}
.menulink a:hover   { font-weight: normal;}

.menutitle a:link    { font-weight: bold; color: black; }
.menutitle a:active  { font-weight: bold; color: black; }
.menutitle a:visited { font-weight: bold; color: black; }
.menutitle a:hover   { font-weight: bold; color: black; }

.submenulink {
  font-size: 0.9em;
  margin: 0 5px 10px 20px;
}

.submenulink a:link    { font-weight: normal; }
.submenulink a:active  { font-weight: normal; }
.submenulink a:visited { font-weight: normal; }
.submenulink a:hover   { font-weight: normal; }