.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.textmed {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
}
.textsmall {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
}
a:link {
	text-decoration: none;
}
a:visited {
	color: #821c8e;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
}
 
a:active {
	color: #00FF00;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}
a:hover {
	color: #999;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}