body {
	font: 100.1% Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0;
	margin: 10px;
	background-color: #FFFFFF;
}
p {
	font-size: 1em;
}
h1 {
	font-size: 2em;
	color: #360;
	text-align: center;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
}
h2 {
	color: #006;
	text-align: center;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
}
h3 {
	color: #060;
	text-align: center;
}
h4 {
	color: #060;
}
h5 {
	font-weight: bold;
}
hr {
	width: 90%;
	border: 1px solid #663;
}
/*Links*/
a:link {
	color: #408000;
	text-decoration: underline;
}
a:visited {
	color: #408000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline overline;
	color: #360;
}
/*For floating images left or right*/
.leftimage {
margin-right: 10px;
margin-bottom: 5px;
float: left;
}
.rightimage {
margin-left: 10px;
margin-bottom: 5px;
float: right;
}