/* CSS Document */

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:black;
	margin:0px;
	
	background-color:white;
}


h1
{
	font-size:1.3em;
	font-weight:bold;
	
	margin-left:0px;
	margin-top:15px;
	margin-bottom:0px;
	
	color:#735233;
	


	
}

h2
{
	font-size:1.1em;
	color:black;
	padding:3px;
	padding-left:0px;
	margin-top:0px;
	margin-bottom:0px;

}

h3
{
	font-size:1em;
	font-weight:bold;
	color:white;
	margin-bottom:20px;
}

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

a img
{
	border:none;
}

table
{
	font-size:1em;
}


