/* CSS definition file containing site wide stylesheets */

A:link {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 11pt;
 	color: rgb(0,51,153);
 	font-weight: normal;
 	font-style: normal
}

.Steph {
	font-family: "Franklin Gothic Book",  sans-serif;
 	font-size: 11pt;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal
}

A:hover {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 11pt;
 	color: rgb(192,192,192);
 	font-weight: normal;
 	font-style: normal
}