A:link {
    font: Arial;
	text-decoration: none;
}

A:visited {
	color: blue;
    text-decoration: none;
}

A:hover {
    text-decoration: underline;
    color: "red";
}
