
body {
  background: #0000CC;
  font-family: Arial,Arial MT,Arial,Helvetica;
  font-color: black;  
}

a.menu_text:link {color:white; }
a.menu_text:visited {color:white; }
a.menu_text:hover {color:RED; }
a.menu_text:active {color: RED; }


.menu_text { 
            text-decoration: none; margin-right: 10px; margin-left: 10px;
            }

