.mystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #006633;
	background-color: #dbd4bf;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #dbd4bf;
	color: #333333;
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
}
.body {
	background-color: #dbd4bf;
}

.smalltext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #006633;
	font-weight: bold;
}
.medtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #006633;
}

