h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 250%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: normal;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	font-weight: bold;
	color: #000000;
	line-height: normal;
}
underline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #BA0000;
	text-decoration: underline;
}

.blackbox {
	margin: 5px;
	padding: 5px;
	height: auto;
	width: auto;
	border: thick groove #000000;
	background-color: #FFFFCC;
}
.italics {
	font-family: "Comic Sans MS";
	font-size: 140%;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	line-height: normal;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	line-height: normal;
	white-space: normal;
}
.newsbox {
	float: left;
	height: 40%;
	width: 40%;
	background-color: #006600;
}
.imagebox {
	background-color: #00CC00;
	float: right;
	height: 40%;
	width: 40ex;
}
.rightbox {
	background-color: #339900;
	float: right;
	height: 40%;
	width: 40%;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #000000;
}
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0000CC;
}
.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	list-style-position: inside;
	list-style-type: square;
}
