body {
	font-family: "Courier New", Courier, monospace;
	background-color: white;
	margin: 0;
	color: black;
}
	
a:link, a:visited, a:active {
	text-decoration: none; 
	color: #640587;
}

a:hover {
	text-decoration: none; 
	color: #F61480;
}
