.main {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;

}
h2 {
	color: #333333;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #993366;
	font-style: normal;
	line-height: normal;
	font-weight: bold;


}
.bodyText {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
.smheading{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

.heading{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;

}
.colorHeading{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #DDD362
}
.colorText{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #336600;
	font-weight: bold;
	font-style: italic;
}
a{
	color: #D5CO4F;
	font-weight: bolder;
	text-decoration:none;
	
}
a:hover{
	color: #000000;
}