BODY {
	font-family : Arial;
}
A {
	text-decoration : none;
	color : White;
	font-size : 12px;
}

A:HOVER {
	color : "#b61917";
}

