*{
   font-family: palatino, "times new roman", serif;

   background-color: white;
  
}



/*all the links are bright blue, rollover effect is silver, and the visited colour if light green*/

a {
	color: #0067B8;
}


a:visited {
	color: silver;
}


a:hover {

	color: #B3D787;
}

