.menu_items {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
	
}
a:link {text-decoration:none;}
a:visited {color:#00523B; text-decoration: none;}
a:hover {font-style: italics; text-decoration: underline;}
a:active {color: blue;}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.normal_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.highlight_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #0000FF;
}
.highlight_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF9900;
}
.news_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: capitalize;
}
