BODY { font-family: Arial; small } 


A {
		color: black;
		text-decoration: bold;
		font-face: Arial;
}

A:visited {
		color: black;
		text-decoration: bold;
		font-face: Arial;
}

A:hover {
		color: red;
		text-decoration: bold; 
		text-decoration: underline;
		font-face: Arial;
}

