/* ------------- main content */
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}
.bodytext a:link { 
	color : #fabb57;
	font-weight: normal; 
	text-decoration : underline;
}
.bodytext a:visited { 
	color : #fabb57;
	font-weight: normal; 
	text-decoration : underline;
}
.bodytext a:hover { 
	color : #d51a24;
	font-weight: normal; 
	text-decoration : underline;
}
