h1
{
	font-family: arial, helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: rgb(61, 47, 22);
	text-align: center;
	line-height: 100%;
}

h2
{
	font-family: arial, helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	color: rgb(61,47,22);
	text-align: center;
	line-height: 100%;

}

h3
{
	font-family: arial, helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: rgb(61,47,22);
	text-align: center;
	line-height: 100%;

}

h4
{
	font-family: arial, helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: rgb(61,47,22);
	text-align: center;
	line-height: 100%;

}

a:link, a:visited
{
	color: #000066;
	font-family: helvetica,arial,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: rgb(128,128,255);
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-family: helvetica,arial,sans-serif;
	text-decoration: none;
}

a:active
{
	color: rgb(128,128,255);
	font-style: italic;
	font-variant: normal;
	font-weight: bold;
	font-family: helvetica,arial,sans-serif;
	text-decoration: none;
}
.head-1
{
	font-family: arial, helvetica, sans-serif;
	font-size: 2.1em;
	font-weight: bold;
	color: rgb(61,47,22);
	text-align: center;
}

.head-2
{
	font-family: arial, helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	color: rgb(61,47,22);
	text-align: center;
}

.head-3
{
	font-family: arial, helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: rgb(61,47,22);
	text-align: center;
}

.head-4
{
	font-family: arial, helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: rgb(61,47,22);
	text-align: center;
}

.head-gallery
{
	font-family: arial, helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: white;
	text-align: center;
}

.gallery { border-bottom: 2px silver solid; }

.center
{text-align: center;}

.bold
{
	font-weight:bold;
}
.italic
{
	font-style:italic;
}

.firstword
{
	font-weight:bold;
	font-size:larger;
	color: rgb(61,47,22);
}
.rightfloatbox
{
	width: auto;
	height: auto;
	float: right;
	padding: 1em;
	background-color: rgb(240,240,240);
	border: 1px silver solid;
}

.leftfloat
{
	width: auto;
	height: auto;
	float: left;
	padding: 0px 1em 0px 0em;
	border-style: none;
}

.leftfloatbox
{
	width: auto;
	height: auto;
	float: left;
	padding: 1em;
	background-color: rgb(240,240,240);
	border: 1px silver solid;
}
