body {
	background-color: #CCCCCC;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 5 0 10px;
	padding: 0px;
	font-size: 100.01%;
	text-align: center;
}

/*Links*/

a:link {
	color: #408000;
	text-decoration: underline;
}

a:visited {
	color: #408000;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #360;
	text-decoration: underline overline;
}

hr {
	color: #355B6A;
	width: 90%;
}

h1, h2, h3 {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: normal;
}

h1 {
	font-size: 1.6em;
	text-align: center;
	margin-bottom: 10px;
	color: #360;
	font-weight: bold;
}

h2 {
	font-size: 1.4em;
	text-align: left;
}

h3 {
	font-size: 1.1em;
	background-color: #cfd6d5;
	text-indent: 10px;
	width: 100%;
	border-top: thin solid #a3b1af;
	border-bottom: thin solid #a3b1af;
}

/*To make page narrower for easier reading and printing*/
#smallPage {
	width: 650px;
	padding: 10px;
	background: #fff;
	margin: 0px auto;
	text-align: left;
	border: 1px solid #666;
	font-size: 0.95em;
	line-height: 1.2em;
}

/*For floating images left or right*/
.leftimage {
margin-right: 10px;
margin-bottom: 5px;
float: left;
}

.rightimage {
margin-left: 10px;
margin-bottom: 5px;
float: right;
}
