body {
	font-family: Arial, Helvetica, sans-serif; color: #000099;
}

td {
	font-family: Arial, Helvetica, sans-serif; color: #000099;
}

th {
	font-family: Arial, Helvetica, sans-serif; color: #000099;
}

table.menu {	font-family: Arial, Helvetica, sans-serif; color: #000099; font-size: 11px; text-align: center; font-weight:bold; background: pink; border-color: navy }

a.menuoption:link {
  color: navy; 
  text-decoration: none; 
  }/*normal links in the text*/
a.menuoption:visited {
  color: navy; 
  text-decoration: none; 
  }
a.menuoption:hover { /*this effect is not shown in NN4.xx*/
  color: #999999; 
  text-decoration: underline; 
  }
a.menuoption:active {/*colour in NN4.xx is red*/ 
  color: #9999CC; 
  text-decoration: underline; 
  }
