BODY {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
}

A {
	color : black;
	font-family : "Arial";
	font-size : 14px;
	text-decoration: none;
}

A:hover {
	color : gray;
	font-family : "Arial";
	font-size : 14px;
	text-decoration: none;
}