.main {
		border: #000000;
		border-style: solid; 
		border-top-width: 1px; 
		border-right-width: 1px; 
		border-bottom-width: 1px; 
		border-left-width: 1px;
		padding:	10px;
}
.head {
  font-family:	Times New Roman;
	font-size:	18px;
	color:		black;
	backgound-color:	#fffff0;
	}
.maintext {
  font-family:	Times New Roman;
	font-size:	14px;
	color:		black;
	background-color: #fffff0;
	padding:	10px;
}

.pageheader {
 font-family:	Arial;
 font-size:	2px;
 color:	navy;
 background-color: #b8cadc;
 		padding:0px;
}
.sides {
 font-family:	Arial;
 font-size:	14px;
 font-weight:	400;
 color:		white;
 background-color:	darkgreen;
 text-decoration: none;
}
.sides:visited {
  font-family:	Arial;
	font-size:	 14px;
	font-weight:	400;
	color:        white;
  background-color: darkgreen;
	text-decoration: none;

	}
.sides:hover {
 text-decoration: underline;
}
.links {
 font-family:	Arial;
 font-size:	14px;
 font-weight:	600;
 font-style:	italic;
 color:	white;
 backgroundcolor:	darkgreen;
 }
.footer {
 font-family:	Arial;
 font-size:	14px;
 color:		white;
 background-color: darkgoldenrod;
 text-decoration:	none;
 text-align:	center;
 }
.footer:visited {
  font-family:	Arial;
	font-size:	 14px;
	color:        white;
 }