.bodytext {
	font-family: Courier;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: repeat;
}
.arialbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #000000;
	text-transform: none;

}
.italic {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-style: oblique;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #000000;
}
.heading {
	font-family: Courier;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.yellowtext {

	font-family: Courier;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF00;
	background-repeat: repeat;
}
