<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a.bsumenu {
	font-family : veranda, Arial, sans-serif ;
	color: black;
	text-decoration: none;
	font-size : 13px;
	font-weight : none;
}  
.bsumenu:hover {
	font-family : veranda, Arial, sans-serif ;
	color: white;
	text-decoration: none;
	font-size : 13px;
	font-weight : none;
	background-color: #336799;
}


a.bsumenublue {
	font-family : veranda, Arial, sans-serif ;
	color: blue;
	text-decoration: none;
	font-size : 13px;
	font-weight : none;
}  
.bsumenublue:hover {
	font-family : veranda, Arial, sans-serif ;
	color: white;
	text-decoration: none;
	font-size : 13px;
	font-weight : none;
	background-color: #336799;
}

a.bsumenured {
	font-family : veranda, Arial, sans-serif ;
	color: red;
	text-decoration: none;
	font-size : 15px;
	font-weight : bold;
}  
.bsumenured:hover {
	font-family : veranda, Arial, sans-serif ;
	color: white;
	text-decoration: none;
	font-size : 15px;
	font-weight : bold;
	background-color: #336799;
}


a.bsumenuboldblack {
	font-family : veranda, Arial, sans-serif ;
	color: black;
	text-decoration: underline;
	font-size : 15px;
	font-weight : bold;
}  
.bsumenubold:hover {
	font-family : veranda, Arial, sans-serif ;
	color: white;
	text-decoration: underline;
	font-size : 15px;
	font-weight : bold;
	background-color: #336799;
}

a.bsumenuboldblue {
	font-family : veranda, Arial, sans-serif ;
	color: blue;
	text-decoration: underline;
	font-size : 15px;
	font-weight : bold;
}  
.bsumenuboldblue:hover {
	font-family : veranda, Arial, sans-serif ;
	color: blue;
	text-decoration: underline;
	font-size : 15px;
	font-weight : bold;
	background-color: #336799;
}</pre></body></html>