/*---general---*/

A {
   text-decoration: none; font-style: italic; font-family: Times; font-size: 16px; color: #dddddd;
}

A:hover {
   text-decoration: underline; font-family: Times; font-size: 16px; font-style: normal; color: #dddddd;
}

td { 
   font-family: Times; 
   color: #dddddd; 
   text-decoration: none;
   font-size: 16px;
}

/*---body---*/

body {
   font-family: Times; 
   color: #dddddd; text-decoration: none; 
   font-size: 16px;
}

/*---navigation control---*/

#myMenu { 
   width: 100%;
   font-size: 16px;
}

#myMenu a {
   display: block;
   padding-right: 0.4em;
   padding-left: 0.5em;
   padding-top: 0.2em;
   padding-bottom: 0.2em;
   text-decoration: none;
}

#myMenu a:link {
   font-family: Times; font-size: 16px;
      color: #dddddd; text-decoration: none;
}

#myMenu a:hover {
   background-color: #000077;
   font-family: Times; font-size: 16px;
      text-decoration: none; font-weight:bold; font-style: normal;
      border-top: solid #dddddd 1px; border-bottom: solid #dddddd 1px;
}

#myMenu a:active {
  font-family: Times; font-size: 16px;
  text-decoration: none; font-style: italic;
}

#myMenu a:visited {
  font-family: Times; font-size: 16px;
  text-decoration: none; font-style: italic;
     color: #dddddd;
}