.menu {
      font-family: "Times New Roman", Times, serif;
      font-size: 10px;
      color: #000066;
      text-decoration: none
      }
.menu:hover{
      font-family: "Times New Roman", Times, serif;
      font-size: 10px;
      color: #E81F02;
      text-decoration: none
      }
.menu:visited{
      font-family: "Times New Roman", Times, serif;
      font-size: 10px;
      color: #000050;
      text-decoration: none
      }

a     {
      color: #000066;
      text-decoration: none
      }
a:hover{
      color: #FF3333;
      text-decoration: none
      }

a:visited{
      color: #000050;
      text-decoration: none
      }
