body {
 background-color: rgb(17,166,42);
 background-image: url('bg3.png');
 background-position: top;
 background-repeat: repeat-x;
 font-family: calibri, verdana;
 margin-left: 5%;
 margin-right: 5%;
}

a { 
 font-weight: bold;
 text-decoration: none;
 color: #6600DD;
}

a:hover { color:white; }

#topmenu a {
 background-image: url('bg1.png');
 background-repeat: repeat-x;
 text-decoration:none;
 color: rgb(255,255,180);
 margin-left: 8px;
 margin-right: 8px;
 font-size: 18px;
 padding-left: 3px;
 padding-right: 3px;
 -moz-border-radius: 4px;
}

#topmenu a:hover { background-image: url('bg2.png'); }

#topmenu {
 display:inline;
 border-bottom: 3px solid darkgreen;
}

h3 { color: darkred; }
 table .r_column { 
 vertical-align: top;
 padding-left: 30px;
} 

#footer { font-size: 12px; }

#noticeboard {
 font-family: arial;
 font-weight: bold;
 position:relative; 
 top: -400px;
 width: 520px; 
 height:340px;
 overflow: scroll;
}