a {
color:blue;
text-decoration:underline;
}
a:hover {
text-decoration:none;
}

div.sidepanel {
top: 50px;
left: 5px;
width: 131px;
text-align: center;
font-family: tahoma, verdana, arial;
font-size: 12px;
}

div.button {
color: black;
background: #dcdcdc;
border-top: 0px solid #ccc;
border-right: 1px solid #333;
border-bottom: 1px solid #333;
border-left: 1px solid #ccc;
margin: 4px 4px;
}

a.menubutton:link {
text-decoration: none;
color: black;
background: #dcdcdc;
display: block;
}

a.menubutton:visited {
text-decoration: none;
color: black;
background: #dcdcdc;
display: block;
}

a.menubutton:hover {
text-decoration: none;
color: black;
background: #ffffff;
display: block;
}

a.menubutton:active {
text-decoration: none;
color: black;
background: #a0a0a0;
display: block;
}

.smallfieldcell {
font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
background-color: #FF0000;
color: #102132;
border: 0px solid #284279;
padding: 0px;
}
