a:link {
	font-family: "Palatino Linotype", Georgia, "Times New Roman";
	color: #00CC00;
	text-decoration: underline;
	font-size: small;
}
a:hover {
	font-family: "Palatino Linotype", Georgia, "Times New Roman";
	font-size: small;
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	font-family: "Palatino Linotype", Georgia, "Times New Roman";
	font-size: small;
	color: #00CC00;
	text-decoration: none;
}
body {
	font-family: "Palatino Linotype", Georgia, "Times New Roman";
	font-size: x-small;
	color: #FFFFFF;
}
