.menu{
font-family:"Arial";
font-size:small;
font-weight:bold;
color:White;
}

a:link{
font-family:"Arial";
font-size:x-small;
font-weight:bold;
color:Black;
background-color:#f6bd00;
text-decoration:none;
}

a:visited{
font-family:"Arial";
font-size:x-small;
font-weight:bold;
color:Black;
background-color:#f6bd00;
text-decoration:none;
}

a:hover{
font-family:"Arial";
font-size:small;
color:Black;
background-color:#f6bd00;
text-decoration:none;
}

a:active{
font-family:"Arial";
font-size:small;
color:White;
background-color:Black;
text-decoration:none;
}
