a { color: green; font-weight: bold; text-decoration:none }
a:hover { text-decoration: underline }

a.copyright { color: green; font-weight: bold; text-decoration:none }
a:hover.copyright { text-decoration: underline }

#leftmenu a{
display: block;
width: 100%;
height: 100%;
background-color:#008000;
color: #FFFFFF;
font-weight:bold; text-decoration: none;
}

#leftmenu a:hover{
background-color: #C0C0C0;
color: #008000;
}
