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

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
A.small   	{ color: #333333; text-decoration: none; }
A.small:link	{ color: #990000; text-decoration: none; }
A.small:visited { color: #990000; text-decoration: none; }
A.small:active { color: #990000;  text-decoration: underline;}
A.small:hover	{ color: #FF3333;  text-decoration: underline;}

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
A.medium   	{ color: #333333; text-decoration: none; }
A.medium:link	{ color: #990000; text-decoration: none; }
A.medium:visited { color: #990000; text-decoration: none; }
A.medium:active { color: #990000;  text-decoration: underline;}
A.medium:hover	{ color: #FF3333;  text-decoration: underline;}

.large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
}
A.large   	{ color: #333333; text-decoration: none; }
A.large:link	{ color: #990000; text-decoration: none; }
A.large:visited { color: #990000; text-decoration: none; }
A.large:active { color: #990000;  text-decoration: underline;}
A.large:hover	{ color: #FF3333;  text-decoration: underline;}
