A.menu 
  {	color: white; 
	font-weight: bold;
	font-size: large;
	text-decoration: none;}
A.menu:hover
  {     color: gold;
        font-weight: bold;
        font-size: large;
        text-decoration: none;
        background-color: #3333ff;}
A
  { 	color: blue;
	font-weight: normal;
	text-decoration: none;}
A:hover
  {	color: blue;
	background-color: yellow;}
