body {
font-family:arial;

}

/* LINKS */

A:link {
	text-decoration: none;
	color: black;
}
A:visited {
	text-decoration: none;
	color: gray;
}
A:active {
	text-decoration: none;
}
A:hover {
	text-decoration: none; 
	color: gray;
}
