/*sets up body stuff*/
body {
	background-color: #FFFFFF;
	color: black}

/* Anchor Tags */
A:link {
	color: Turquoise; 
	font-weight: none;
	text-decoration: none
}
A:visited {
	color: Turquoise; 
	font-weight: none;
	text-decoration: none
}
A:hover {
	color: Turquoise; 
	font-weight: none;
	text-decoration: underline
}