/* CSS definition file containing site wide stylesheets */

A:active {
	color: rgb(255,255,0)
}

H1 {
	font-family: Cambria, serif;
 	font-size: 24pt;
 	font-weight: normal;
 	font-style: normal
}

H2 {
	font-family: Cambria, serif;
 	font-size: 20pt;
 	font-weight: normal;
 	font-style: normal
}

P {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: 12pt;
 	font-weight: normal;
 	font-style: normal
}

H3 {
	font-family: Cambria, serif;
 	font-size: 16pt;
 	font-weight: normal;
 	font-style: normal
}

H4 {
	font-family: Cambria, serif;
 	font-size: 14pt;
 	font-weight: normal;
 	font-style: normal
}

H5 {
	font-family: Cambria, serif;
 	font-size: 9pt;
 	font-weight: normal;
 	font-style: normal
}

H6 {
	font-family: Cambria, serif;
 	font-size: 8pt;
 	font-weight: normal;
 	font-style: normal
}

A:hover {
	color: rgb(0,0,255)
}
