body
{ 
font-family: Verdana;
font-size: 10px;
}
a {
text-decoration: none;
color: #0000FF;
}
a:hover {
text-decoration: none;
color: #00AA00;
}
input
{ 
color: #000055;
font-size: 10px;
font-family: Verdana;
font-weight: bold;
}
textarea {
width: 400px;
height: 50px;
font-family: Verdana;
font-size: 10px;
color: #000000;
background-color: #FFFFDD;
border: 1px solid #000055;
}
.menubutton {
font-family: Verdana;
font-size: 10px;
font-weight: bold;
color: #FFFF00;
display: block;
padding-top: 2px;
padding-left: 2px;
width: 126px;
height: 15px;
border: none;
background: #000055 url(images/button.png);
}
.menubutton:hover {
font-family: Verdana; 
font-size: 10px; 
font-weight: bold;
color: #000055;
display: block;
padding-top: 2px;
padding-left: 2px;
width: 126px;
height: 15px;
border: none;
background: #FFFF00 url(images/button_yellow.png);
}
.buttonstyle {
font-family: Verdana;
font-size: 10px;
border: none;
}

