.body_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#list-menu {
width: 120px;
/* this width value is also effected by
the padding we will later set on the links. */
}
#list-menu ul {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0; 
padding: 0;
list-style-type: none;
} 
#list-menu li {
margin: 2px 0 0;
} 
#list-menu a {
display: block;
width:150px;
padding: 5px 5px 5px 15px;
border: 1px solid #000000;
background: #dcdcdc;
text-decoration: none; /*lets remove the link underlines*/
}
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #000000;
}

#list-menu a:hover {
border: 1px solid #000000;
background: #3333FF;
color: #ffffff;
} 
.whitelinks {
    text-decoration:none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.whitelinks a{
    text-decoration:none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.smallbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}
