<!-- Menu 1 text and link styles -->
m1 {
font-size:12pt;
color: rgb(255, 255, 153);
} 
a.m1:link {color: rgb(255, 255, 153);}
a.m1:visited {color: rgb(255, 255, 190);}
a.m1:hover {
color: rgb(255, 255, 153); 
background-color: rgb(0, 0, 102);
}

<!--Menu 2 text and link styles -->
m2 {
font-size:12pt;
color: rgb(0, 0, 102);
} 
a.m2:link {color: rgb(0, 0, 102);}
a.m2:visited {color: rgb(0, 0, 102);}
a.m2:hover {
color: rgb(0, 0, 153);
background-color: rgb(255, 255, 102);;
}
<!--Main content text and link styles -->
main {
font-size:12pt;
color: rgb(0,0,0);
}
a.main:link {color: 51,51,255);}
a.main:visited {color: rgb(0,0,153);}
a.main:hover {
color: rgb(51,204,255);
background-color: rgb(0,0,102);
}

