/* CSS definition file containing site wide stylesheets */

.Title {
	font-family: "EngravrsRoman BT",  serif;
 	font-size: 45pt;
 	color: rgb(0,0,255);
 	font-weight: normal;
 	font-style: normal
}

P {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: medium;
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}