#list-menu {
width: 132px;
}

#list-menu ul {
margin: 10;
padding: 10;
font-family: TimesNewRoman;
color: #000080;
font-size: 16px;
list-style-type: none;
}

#list-menu li {
margin: 10px 0 0;
}

#list-menu a {
display: block;
width:150px;
padding: 2px 2px 2px 10px;
border: 5px solid #C1C183;
border-style: outset;
text-align: center;
background: #C1C183;
color: #000080;
text-decoration: none;
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
font-weight: bold;
color: #000080;
}

#list-menu a:hover {
border: 5px solid #C1C183;
border-style: outset;
background: #808042;
font-weight: bold;
color: #FFFFFF;
}


a {text-decoration:none;}
body {background-repeat: no-repeat;}


