/* CSS definition file containing site wide stylesheets */

H2 {
	text-align: left;
 	background-color: rgb(255,255,102)
}

P {
	text-align: justify
}

.NormalSingleLine {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: small;
 	vertical-align: baseline;
 	text-align: left
}