*{
   font-family: gill sans light, "arial", san-serif;

   background-color: white;
  
}



/*all the links are purple-grey to match logo, rollover effect is midnight blue, DELETED: visited colour is darkgrey a:visited {
	color: darkgrey;
}

OTHER FONT CHOICE:  font-family: palatino, "times new roman", serif; */

a {
	color: #42244D;
}



a:hover {

	color: midnightblue;
}



