.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #333333;
}
.spaces {
	padding-left:10px;
}
A   	{ color: #990000; text-decoration: underline; }
A:link	{ color: #990000; text-decoration: underline; }
A:visited { color: #990000; text-decoration: underline; }
A:active { color: #990000; text-decoration: underline; }
A:hover	{ color: #FF0000; text-decoration: underline; }

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
A.footer   	{ color: #333333; text-decoration: none; }
A.footer:link	{ color: #333333; text-decoration: none; }
A.footer:visited { color: #333333; text-decoration: none; }
A.footer:active { color: #333333;  text-decoration: none;}
A.footer:hover	{ color: #FF0000;  text-decoration: underline;}

