
body {
	font-family:  cursive, "MS Sans Serif", Geneva, sans-serif;
	color: cyan;
	background-color: #9A66FE;
}

A:link {
	text-decoration: none;
	color: cyan;
}

A:Visited {
	text-decoration: none;
	color: cyan;
}

A:Hover {
	text-decoration: underline;
	color: cyan;
}

A:Active {
	text-decoration: none;
	color: cyan;
}