A:link {
	color: Green;
	text-decoration: none;
	font-weight : bold;
}
A:visited {
	color: Green;
	text-decoration: none;
	font-weight : bold;
}
A:active {
	color: Green;
	text-decoration: none;
	font-weight : bold;
}
A:hover {
	color: Red;
	text-decoration: none;
	font-weight : bold;
}
BODY {
	color: Green;
	font-family : cursive;
	font-size : small;
	background-color : White;
}
P,TABLE,TR,TD {
	color: Green;
	font-family : cursive;
	font-size : small;
}

