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

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

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

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

}
	body {
	font : 14px "Papyrus", sans-serif;
	color : #000;
	background-color : #ffffff;
	margin-top: 20px;
	margin-bottom: 20px;
}