 
 
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url();
	background-repeat: no-repeat;
	background-color: #000066;
}
.bodytext {
	font-family: "Gill Sans MT";
	font-size: 14px;
	color: #000066;
}

 
.title {
	font-family: "Gill Sans MT";
	font-size: 20px;
	font-weight: bold;
	color: #000066;
	font-style: italic;
}
.subtitle {
	font-family: "Gill Sans MT";
	font-size: 18px;
	color: #FF0000;
}
.large_body_text {
	font-family: "Gill Sans MT";
	font-size: 18px;
	font-style: italic;
	color: #000066;
}
