body {
background-color: #FFFFFF;
margin: 0px;
}
.text_menu {
color: #FFFFFF;
font-family: Century Gothic,verdana;
font-size : 14px;
font-weight: bold;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 5px;
padding-right: 5px;
border-style: solid;
border-color: #AAAAAA;
border-width: 1px;
text-decoration: none;
height: 25px;
}
.text_menu:hover {
color: #000000;
background-color: #FF0000;
text-decoration: none;
}
.text_menu2 {
color: #000000;
background-color: #FF0000;
font-family: Century Gothic,verdana;
font-size : 14px;
font-weight: bold;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 5px;
padding-right: 5px;
border-style: solid;
border-color: #AAAAAA;
border-width: 1px;
text-decoration: none;
height: 25px;
}