body {font-family: Arial}
a:link.menu {
    font-size: 12pt;
    color: white;
    text-decoration: none;
    font-weight: bold;
}
a:visited.menu {
    font-size: 12pt;
    color: white;
    text-decoration: none;
    font-weight: bold;
}
a:hover.menu {
    font-size: 12pt;
    color: yellow;
  text-decoration: none;
  font-weight: bold;
}
