/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#7D6651;
	margin:0px;
	padding:0px;
	line-height:15px;
	font-size:10px;
}

form {margin:0px; padding:0px;}
img {border:0px;}
table, tr, td, th {
	margin:0px;
	padding:0px;
	border-collapse:collapse;
	border:0px;
}

h1, h2, h3, h4, h5, h6 {
	padding:0px;
	margin:0px;
}

h1 {
	line-height:2em;
	font-size:2em;
}

h2 {
	line-height:1.6em;
	font-size:1.6em;
}

h3 {
	line-height:1.4em;
	font-size:1.4em;
	}

h4 {
	line-height:1.2em;
	font-size:1.2em;
	}

h5 {
	line-height:1em;
	font-size:1em;
	}

h6 {
	line-height:0.8em;
	font-size:0.8em;
	}
	
a  { color:#AA0000;
	text-decoration:none;
}
a:hover {
	color:#CC3322;

}