body {
        font-family: arial;
        font-size: 10px;
        text-align: center;
       
    }




#browse dt {
	 
	background: #oooooo;
	margin: 2px 2px 1px 2px;
	padding: 2px 0;
	text-align: center;
	font-weight: bold;
}

#browse dd {
	background: #oooooo;
	border-bottom: 0px solid #3300ff;
	padding: 0;
	margin: 0 2px;
}

#browse dd a {

	background: #oooooo;
	color: black;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 2px 2px;

}


#browse dd a:hover {
	background: #0066CC;
}






