
body 
{
	background: white;
	color: teal;
	font-family: sans-serif;
	font-size: small;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}



a:link
{	
	text-decoration: underline;
	color: teal;
}

a:visited
{	
	text-decoration: underline;
	color: teal;
}

a:hover
{	
	text-decoration: underline;
	color: gray;
}

a:active
{
	color: black;
}

/*******************/
/* Banner          */
/*******************/

/* print control - show banner on screen */

div#banner table
{
	border: 2px solid teal ;
	line-height: 60%;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/* print control - show banner on screen */

div#banner img
{
	border: 0px inset black;
	display: inline;
}

div#banner h1
{
	font-size: 28px; 
}

div#banner h2
{
	font-size: 18px; 
}

#bannera
{
	width: 172px;
	color: black;
	border: 1px solid teal;
	background-color: #e0cb9e;
}

#bannerb
{	

	width: 500px;
	background-color: #e2cda0;
	padding-left: 20px;
	border: 1px solid teal;
	text-align: left;

}

#content li
{
	margin-left: -2.5em;
	list-style: none;
}	

#content 
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 45em;
}

h3 
{
	margin-top: 1em;
}	

#footer {margin-top: 2em;}
#footer p {font-size: x-small; }





