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

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

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

a:visited {
	color: Black;
}

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

#mainbox .nero {
	background: #696969;
	margin-top: 100px;
}

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

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

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

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

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


#footer {
background: #696969;
color: White;
width: auto;
padding: 6px;
}

