body {
	font: 14px Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 18px;
	text-align: center;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 13px;
	font-style: italic;
}
.nav {
	color: #FF0000;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #FFCC33;
	border-right: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900;
	border-left: 1px solid #FFCC33;
	width: 130px;
	margin: 10px 10px 10px -1px;
	padding: 10px;
	background: #FFFFCC;
	text-align: center;
}
.content {
	border: 1px solid black;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
}
.btmimage {
	right: 0px;
	float: right;
}
.leftimage {
	float: left;
}
.leftcontentimg {
	float: left;
	border: 1px solid black;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}
a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #FF0000;
}
.rightcontentimg {
	float: right;
	border: 1px solid black;
	margin: 10px 0px 5px 10px;
}
#justify {
	text-align: justify;
}
