/* CSS definition file containing site wide stylesheets */

.heading {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: large;
 	color: rgb(0,0,0)
}

.body {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: medium;
 	color: rgb(0,0,0)
}