/* CSS definition file containing site wide stylesheets */

BLOCKQUOTE {
	font-size: medium
}

H1 {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 16pt;
 	color: rgb(102,50,100);
 	font-weight: bold;
 	text-align: center;
 	background-color: rgb(170,190,255)
}

H2 {
	font-size: 14pt;
 	color: rgb(0,0,153);
 	font-weight: bold;
 	text-decoration: none 
}

P {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: medium
}