.text-body {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.text-onred {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;

}
a:visited {
	text-decoration: none;
	color: #FFFFFF;

}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;

}
a:active {
	text-decoration: underline blink;
	color: #FFFFFF;

}
