/* Default style for WHRC web pages */

/* FFDEAD is Navajowhite */

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

a:hover { text-decoration:underline; }

a:visited { color:blue; }

body {background-color: #FFDEAD;
  margin-left: 2em; margin-right:2em;
	color: black;
}

h1	{font-family: "Book Antiqua", Georgia, serif;
	font-size: 2em;
	font-weight: normal;
	}
h2	{font-family: "Book Antiqua", Georgia, serif;
	font-size: 1.6em;
	font-weight: normal;}
h3	{font-family: "Book Antiqua", Georgia, serif;
	font-size: 1.4em;
	font-weight: normal;
	font-style: italic;
}
div, p	{font-family: "Book Antiqua", Georgia, serif;}

div.banner {
  position: relative;
  margin-left: -1em;
  margin-bottom:1em;
  padding-bottom: 1em;
  width:850px;
  border-bottom: 1px solid black;
  vertical-align: top;
}

.banner img { padding-right: 10px; vertical-align: bottom;}

