a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration:none;
}

a:link {
	color: #0000FF;
}

a:visited {

	color: #0000FF;

}


a:hover {
	text-decoration: underline;
}

red {
	color: #FF0000;
	text-decoration:overline;
}

blue {
	color:#0000FF;
}
purple {
	color:#660099;
}