
body {
background-color : #FFFFFF;
color : #000000;
}

li.clear {
list-style-type : none;
}


h2 {
font-size : large;
font-style : normal;
font-weight : bold;
font-family : times, geneva, verdana;
}


div.menu {
border: solid 1px #000000;
width: 120px;
text-align: left;
float: left;
margin-right: 5px;
}

div.item {
font: 12px verdana, arial, geneva, sans-serif, bold;
color: #ffffff;
background: #990000;
padding: 5px;
border-top: solid 1px #CC0000;
border-left: solid 1px #CC0000;
border-bottom: solid 1px #660000;
border-right: solid 1px #660000;
}


a:active {
border-bottom: solid 1px #eeeeee;

}

a.item {
text-decoration: none;
border-bottom: solid 1px #990000;
color: #ffffff;
}


