body{
	background-color: #ffffff;
	color: #333333;
}

a {
	text-decoration: underline;
}

a:link {
	color: #6600ff;
}

a:visited {
	color: #6600ff;
}

a:active {
	color: #6600ff;
}

a:hover {
	text-decoration: none;
	color: #ff00ff;
}
