body {
	font-family: Georgia, Times, serif;
	font-size: 1em;
	color: #6f559d;
	text-align: center;
	background-color: #d3d5ff;
}
		
a:link {
	color: #18a235;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

a:visited {
	color: #18a235;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

a:hover {
	color: #CC33CC;
	text-decoration: underline;
	font-style: italic;
}

a:active {
	color: #009f3c;
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
}




