A { 
		font-family: Times New Roman, Arial, Helvetica;
		text-decoration: none;
		}
A:LINK { 	font-family: Times New Roman, Arial, Helvetica;
		text-decoration: none;
		color: yellow;
		}
A:VISITED {	font-family: Times New Roman, Arial, Helvetica;
		text-decoration: none;
		color: yellow;
		}
A:ACTIVE {	font-family: Times New Roman, Arial, Helvetica;
		text-decoration: none;
		color: marin;
		font-weight: normal;
		}
A:HOVER {	font-family: Times New Roman, Arial, Helvetica;
		text-decoration: none;
		color: aqua;
		font-weight: normal;
		}