.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-right: 65px;
	padding-left: 40px;
}
.text a:link,			/* Sub Style class singles out all links in .maintext class area */
.text a:visited {
	text-decoration: underline;
	color: #FF0000;

}
.text a:hover {			/* Seperate hover attribute style */
	text-decoration: bold;
	color: #f5f5f5;
	}
