body {
	text-align: center;
	background-color: White;
	font-family: "Garamond";
}

a {
	text-decoration: none;
	font-weight: bold;
	color: Yellow;
}

a:hover {
	color: #B22222;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: Yellow;
}

h1 {
	color: Yellow;
	font-family: Garamond;
	font-size: 35px;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px; 
}

h2 {
	color: Yellow;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 10px; 
}

#mainbox {
	width: 798px;
	height: auto;
	border: 1px solid black;
	margin-right: auto;
	margin-left: auto;
	background-color: #84A34E;
}

#mainbox .nero {
	background: #2F4F4F;
	margin-top: 100px;
	width: 60%;
}

#mainbox .nero p {
	font: bold;
	font-size: 14px;
	color: White;
	padding-left: 5px;
}

#mainbox p {
text-align: left;
font-weight: bold;
padding: 10px;
}

#mainbox .cit {
	text-align: center;
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
	}

#mainbox img {
	float: left;
	padding-right:5px;
}

#mainbox p {
	color: White;
	font-size: 14px;
	text-align: justify;
	font-family: "Book Antiqua";
}

#mainbox .floatdx {
	float: right;
	padding-right: 5px;
}

#mainbox ul, li{
	text-align: left;
font-weight: bold;
padding-left: 25px;
padding-right: 10px;
font-family: "Book Antiqua";
font-size: 13px;
}

#footer {
background: #2F4F4F;
color: White;
width: auto;
padding: 6px;
font-family: "Book Antiqua";
font-size: 13px;
}
