BODY {
		font-family: Verdana;
		cursor: default;
		text-transform: none;
		text-decoration: none;
		background-color : Navy;
		color : White;
}

A:LINK {
		font-family: Verdana;
		cursor: hand;
		text-transform: none;
		text-decoration: none;
		color : green;
}

A:VISITED {
		font-family: Verdana;
		cursor: hand;
		text-transform: none;
		text-decoration: none;
		color : green;
}

HR {
		font-family: Verdana;
		font-weight: bold;
		cursor: wait;
		color : green;
}	
