body {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	background-color: #A85E86;
}
a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #FFCC0C;
	text-decoration: none;
}
a:active {
	color: #660000;
	text-decoration: none;
}

