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

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

div.button {
color: black;
background: #000000;
border-top: 1px 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 Tahoma, Verdana, Geneva, Arial, sans-serif;
background-color: #000000;
color: #B1C7FF;
border: 0px solid #4C2662;
padding: 2px;
}