body {
	background-color: #ffffff;
}
a:link {
	color: #0066FF;
	text-decoration: underline;
	text-transform: none;
	font-variant: normal;
	font-style: italic;
	font-weight: normal;
}
a:visited {
	font-style: italic;
	color: #993399;
}
a:hover {
	font-style: italic;
	color: #009900;
}

