
	body {background-color: #816d65;}
	table {background-color: white;}
	table table {border: none;}
	table table td {background-image: url(test2.gif);}
	div.content {margin: 2em;}
	div.sidenav {margin: 1em;}
	img.infopic {float: left; 
					margin-right: 10px;}
	h1 {text-align: center;
			color: #6D7C91;
			font-family: palatino linotype, book antiqua, palatino, serif;
			font-weight: bold;} /*dark brown color 312D25*/
	h2, h4 {color: #2f314a;
		font-family: palatino linotype, book antiqua, palatino, serif;}
	
				
	p.intro {text-align: center;
				color: #636363;
				font-family: palatino linotype, book antiqua, palatino, serif;
				font-size: 12pt;}
				
	hr {width: 250px;
		style: groove;}		
	p.bottomnav {text-align: center;
					font-variant: small-caps;
					font-size: 10pt;}
	p.update {text-align: center;
				font-size: 8pt;}
	a:link {color: 395f0b;} /*dark green*/
	a:visited {color: 662033;} /*dark blue*/
	a:active {color: 666633;} /*brownish*/
	p {font-family: palatino linotype, book antiqua, palatino, serif;}
	p.description {text-indent: 2em;}


/* 
CODE USING STYLE ELEMENT:

<style type="text/css">
		table {border: none; background-color: white;}
		table table {border: none;}
		body {background-color: 816d65;}
		table table td {text-margin: 3em;
						background-image: url(roundedge.gif);}
		div.content {margin: 3em}
		div.sidenav {margin: 1em}
		.topnav {color: white;
				background-color: 7c8e9c;
				font: 18pt fantasy;
				}
		.topnav a:link {color: #CCCCCC}
		.topnav a:visited {color: navy}
</style> 
*/ 