a.WSTopDown{
	
	text-transform: capitalize;
	letter-spacing: 2px;
    display: block;
    color: gray;
    text-decoration: none;
    text-align: left;

}
div.WSTitle{
	
	font-weight:bold;
	color: white;
	border-style: solid;
	border-color: green;
	border-bottom-width: 1px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
}
.WSMenu{
	display: block;
    
    background: #CCCC99;
	text-decoration: none;
    text-align: left;
	right-margin: 0px;
	margin-bottom: 5px;
}