/* CSS definition file containing site wide stylesheets */

.myheading1 {
	font-size: x-large;
 	font-weight: bold
}

.myheading2 {
	font-size: large;
 	font-weight: bold
}

.myheading3 {
	font-size: medium;
 	font-weight: bold
}

.mybody {
	font-size: small;
 	text-align: justify
}