#list-menu {
width: 132px;
/* this width value is also effected by
the padding we will later set on the links. */
}
#list-menu ul {
margin: 0; 
padding: 0;
list-style-type: none;
font-family: verdana, arial, sanf-serif;
font-size: 17px; 
font-weight: bold;
} 
#list-menu li {
margin: 2px 0 0;
} 
#list-menu a {
display: block;
width:130px;
padding: 2px 2px 2px 10px;
border: 2px solid #000000;
background: #FFFF00;
text-decoration: none; /*lets remove the link underlines  #0000FF*/
} 
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #000000;
}

#list-menu a:hover {
border: 2px solid #000000;
background: #000000;
color: #FFFF00;
} 
a:visited {
	text-decoration: none;
}
.style30 {font-size: 24px}

