A:active, A:link, A:visited {
	color : Blue;
	text-decoration : none;
}
A:HOVER {
	color : Red;
}
HR {
	color: #6699CC;
	height: 2px;
}
.text {
	font-size : x-small;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
}
.legal {
	font-size : xx-small;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
}
.heading {
	font-size : large;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-weight: bold;
	font-style : italic;
}
.subheading {
	font-size : medium;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font : italic;
}
.formfields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: Black;
	background: #FFFF99;
	border : 1px solid Black;
}
