.bar_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
}

.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}

.nav_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #FFFFFF;
}

A:link {
	color : #FFFFFF;
	text-decoration: none;
}

A:visited {
	color : #FFFFFF;
	text-decoration: none;
}

A:hover {
	color : #FF0000;
   	text-decoration : underline;
}

