/* CSS definition file containing site wide stylesheets */

.MyBody {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: 16px;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal
}

.MyHead1 {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: 36px;
 	color: rgb(204,0,0);
 	font-weight: bold;
 	text-align: center
}

.MyHead2 {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: 24px;
 	color: rgb(204,0,0);
 	font-weight: bold;
 	text-align: center
}

.MyHead3 {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: 20px;
 	font-weight: bold;
 	text-align: center
}

.MyListLI {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 14px;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	margin-bottom: 12px
}