body { 
	background-color: LightCyan;
	font-family: helvetica, sans-serif;
	color: Navy;
}
/* Basic styling including background color and font */

a:visited{
	color: purple
}
/* link changes color to purple after visited*/

a:hover{
	color: red
}
/* link changes color when hovered*/
