.link a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #008000;
	background-color: #FFFFFF;
	cursor: hand;
	font-size: smaller;
	text-decoration: underline;


}
.link a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #008000;
	text-decoration: underline;
	background-color: #FFFFFF;
	cursor: hand;
	font-size: smaller;

}
.link a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #800000;
	text-decoration: underline;
	background-color: #FFFFFF;
	cursor: hand;
	font-size: smaller;
	font-style: normal;
}
.link a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-style: normal;
	font-weight: bold;
	color: #800000;
	text-decoration: underline;
	background-color: #FFFFFF;
	cursor: hand;
}

