body {
	background: rgb(99%,98%,98%); 
	color: rgb(5%,5%,5%); 
	line-height: 1.2em;
/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-family: Palomino, Savannah, serif;
}

h1 { 
	color: rgb(83,123,123); 
	font-size: 170%;
	padding-bottom: 10px;
	border-bottom: solid rgb(200,200,200);
}

h2,h3 {
	color: rgb(160,40,40); 
/*	font-weight: normal; */
}

h2 {
	font-size: 150%;
}

a {
  text-decoration: none;
  color: blue;
}

a:hover {
	color: purple;
	text-decoration: underline;
}

li {
	list-style-type: circle;
}

h4 > a {
	font-weight: normal;
}

.mainitem {
	margin-top: 5px;
	margin-bottom: 5px;
}

#allcontent {
	width:		850px;
	padding-top:	5px;
	padding-bottom: 5px;
	padding-left: 5px; 
	margin-left: auto;
	margin-right: auto;
}

