/* style.css - a simple style sheet */body{	font-family: Arial;}a{	font-weight:bold;	text-decoration:underline;	color:black;}a:visited{	font-weight:bold;	text-decoration:underline;	color:black;}a:hover {	font-weight:bold;	text-decoration:underline; 	color: #64178C;}a:active{	font-weight:bold;	text-decoration:underline;	color:black;}