/* CSS Document The Events Page */

body {
	background-color: #EEE4DB;
}
.style1 /* Large Title Text */ {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
}
.style2 /* Mail Page Text */ {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align:center;
}
.style3 /* My Personal Tag Text */ {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: italic;
	text-align:center;
}

.style4 /* Event Heading */ {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12pt;
	text-align:center;
	font-weight: bold;
}
.style5 /* Justified Default Text */ {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12pt;
	text-align:justify;
}
.style6 /* My Personal Tag Text */ {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-style: italic;
	text-align:center;
	font-weight: bold;
}.style7 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15pt;
	font-weight: bold;
	color: #0B930E;
	text-align: center;
}
