<style>   

.menu  {
  color : Red;
  text-decoration : none;
  font-size : 10px;
  font-family : Verdana, Arial, Helvetica;
}
    

.menu1  {
  color : White;
  text-decoration : none;
  font-size : 10px;
  font-family : Verdana, Arial, Helvetica;
  font-weight : bold;
}
    
a:hover  {
  text-decoration : none;
  color : yellow;
}

</style>