/* CSS Document */

.headerText {
	color: #66FF33;
	font-size: 24px;
}
.bodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FF0000;
}
body {
	background-color: #FFCC66;
}
