BODY {
	background-color: #D8F1E4;
	color: black;
	margin-left: -110%;
	margin-right: 11%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

H1 {
	text-align: center;
	margin-top: -5px;
	margin-bottom: 7px;
	margin-left: 23%;
}

p {
  background-color: #00f;
}

A:link {
	 color: #CC0000;
}

A:visited {
	 color: #C07;
}

A:hover {
	 background-color: #ccc; 
}
 
 .top, .content, .bottom, .footer {
 	margin-left: 23%;
 	width: 77%;
 	text-align: center;
 }
 
 .content {
 	margin-top: 7px;
 }

 .footer {
 	font-size: 80%;
 }
 
ADDRESS {
 	font-size: 120%;
}
 
UL.bottomlinks {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

LI.bottomlinks {
	display: inline;
	line-height: 1.5em;
	padding-left: 3px;
	padding-right: 3px; 
        margin-left: 2px;
        margin-right: 2px;
        border-left: 2px solid #ccc;
        border-right: 2px solid #ccc;
}

UL.linklist {
	position: absolute;
	top: 40px;
	left: 4px;	
	width: 20%;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	line-height: 1.3em;
}
 
LI.linklist {
}
