.bodytext { font-family:verdana; font-size: 11px;}	h5 { font-family:verdana, arial, sans-serif; font-size: 12px;color: #000066;}	h4 { font-family:verdana, arial, sans-serif; font-size: 12px;color: #000066;}	h3 { font-family:verdana, arial, sans-serif; font-size: 12px;color: #000066;}	h2 { font-family:verdana, arial, sans-serif; font-size: 12px;color: #000066;}	h1 { font-family:verdana, arial, sans-serif; font-size: 12px;color: #000066;}a:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #0066cc; text-decoration: none}a:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #0066cc; text-decoration: none}a:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #0066cc; text-decoration: underline}/* Apply CSS to any UL (Unorderd List) with the class name 'menu' */.menu{	border: 1px solid #cccccc;	margin: 0px;	padding: 0px;	list-style-type: none;	width: 160px;}/* Collapse the List Item Tags */.menu li { display: inline; }/* Make the links block elements and give them padding and some style */.menu a, .menu a:visited{	color:  #oo0090;	font: 11px Verdana;	text-decoration: none;	background-color: #ffe;	display: block;	padding: 2px;	border-left	: 10px solid #ffe;}/* Specify the rollover style for the links */.menu a:hover{	border-left	: 10px solid red;	background-color: blue;	color: #ffffff;}