/* CSS definition file containing site wide stylesheets */

A {
	font-family: Papyrus,  cursive;
 	font-size: 14px;
 	color: rgb(153,153,153);
 	text-decoration: none 
}

A:hover {
	color: rgb(255,255,255);
 	text-decoration: none 
}