body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
A   	{ color: black; text-decoration: none; }
A:link	{ color: black; text-decoration: underline; }
A:visited { color: black; text-decoration: underline; }
A:active { color: black; text-decoration: underline; }
A:hover	{ color: maroon; text-decoration: underline; }

.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A.text2   	{ color: black; text-decoration: none; }
A.text2:link	{ color: black; text-decoration: underline; }
A.text2:visited { color: black; text-decoration: underline; }
A.text2:active { color: black; text-decoration: underline; }
A.text2:hover	{ color: maroon; text-decoration: underline; }

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}
A.footer   	{ color: white; text-decoration: none; }
A.footer:link	{ color: white; text-decoration: none; }
A.footer:visited { color: white; text-decoration: none; }
A.footer:active { color: white;  text-decoration: underline;}
A.footer:hover	{ color: orange;  text-decoration: underline;}
