	A:link {
	color : #ff0000;
	text-decoration : none;
	background-color : transparent;

}
	A:visited {
	color : #ff0000;
	text-decoration : none;
	background-color : transparent;

}
	A:hover {
	color : #ff0000;
	text-decoration : underline;
	background-color : transparent;

}
	A:active {
	color : #ff0000;
	text-decoration : underline;
	background-color : transparent;

}
	body {
	font : 18px "Papyrus", sans-serif;
	color : #000;
	background-color : #ccffff;

}