.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #330000;

}
A:LINK {
 color : White;
 text-decoration: none
}

A:VISITED {
 color : Gray;
 text-decoration: none
}

A:HOVER {
 color : Black;
 text-decoration : underline;
}

A:ACTIVE {
 color : Red;
 text-decoration: underline
}
