.menu {
 font-family: Georgia;
 font-size: 14pt;
 font-weight: bold;
 text-decoration:none;
 color: #FFFFFF;
}

a.menu:hover {
 font-family: Georgia;
 font-size: 14pt;
 font-weight: bold;
 text-decoration:none;
 color: #FF9900;
}

.menusmall {
 font-family: Georgia;
 font-size: 12pt;
 font-weight: bold;
 text-decoration:none;
 color: #FFFFFF;
}

a.menusmall:hover {
 font-family: Georgia;
 font-size: 12pt;
 font-weight: bold;
 text-decoration:none;
 color: #FF9900;
}

.menugreen {
 font-family: Georgia;
 font-size: 14pt;
 font-weight: bold;
 text-decoration:none;
 color: #33cc33;
}

a.menugreen:hover {
 font-family: Georgia;
 font-size: 14pt;
 font-weight: bold;
 text-decoration:none;
 color: #FF9900;
}

.menublack {
 font-family: Georgia;
 font-size: 14pt;
 font-weight: bold;
 text-decoration:none;
 color: #000000;
}

a.menublack:hover {
 font-family: Georgia;
 font-size: 14pt;
 font-weight: bold;
 text-decoration:none;
 color: #FF9900;
}

