body { 
	background-color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 36px;
	color: black;
	}

a:link {
	color: blue; text-decoration: none
	}
	
a:visited {
	color: #red; text-decoration: none
	}
	
a:hover {
	color: pink; text-decoration: none
	}
	

	

	
 	