
header {
	top:  1em;
	left: 11em;	
	font-family: Helvetica, Geneva, Arial,
				SunSans-Regular, sans-serif;
	font-size: 160%;
	font-weight: normal;
}
	

body {
	padding-left: 11em;
	font-family: Helvetica, Geneva, Arial,
				SunSans-Regular, sans-serif;
	color: ivory;
	background-color: none; 
}

h1 {
	font-family: Helvetica, Geneva, Arial,
	             SunSans-Regular, sans-serif;
	font-size:   100%;
	color: ivory;
	font-weight: normal;
}

h2 {
	font-family: Helvetica, Geneva, Arial,
	             SunSans-Regular, sans-serif;
	font-size:   120%;
	font-weight: bold;
	color: ivory;
}
h3 {
	font-family: Helvetica, Geneva, Arial,
	             SunSans-Regular, sans-serif;
	font-size:   200%;
	font-weight: bold;
	color: ivory;
}

ul.navbar {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0.5em;
	left: 1em;
	width: 9em;
}

ul.navbar li {
	background: ivory;
	color: #2b6417;
	margin: 0.5em 0;
	padding: 0.3em;
}

ul.navbar a {
	text-decoration: none;
	color: #2b6417;
}

hr {
    height:1px;
	border-top: solid thin silver;
	border-bottom: none;
}

address {
	margin-top: 1em;
	padding-top: 1em;
	border-top: thin solid silver;
}	
	

div.figure {
	float:   right;
	width:   30%;
	border:  thin silver solid;
	margin:  0.5em;
	padding: 0.5em;
}

div.figure p {
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
}

div.figure a {
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
}


img.scaled {
	width: 100%;
	border: none;
}


<!--	keep this in case it is needed one day -->
<!--	font-family: Georgia, "Times New Roman", Times, serif; -->

