a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: underline;
}
a:visited {

	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: underline;
}
a:hover {


	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: none;
}
a:active {



	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: underline;
}
.borders {
	border: thin solid #FF0000;
}
.basic {
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFCC99;
	color: #990000;
	text-align: center;
	border: thin solid #CC0000;
}

