/* CSS Document */

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


h1
{

	font-size:2em;
	font-weight:bold;
	
	margin-left:0px;
	margin-top:16px;
	margin-bottom:5px;
	
	color:#332210;
	


	
}

h2
{
	font-size:1.1em;
	color:#332210;
	padding:3px;

}

h3
{
	font-size:0.8em;
	font-weight:normal;
	margin-bottom:0px;
}

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

a img
{
	border:none;
}