* {
	font-family: arial, helvetica, sans-serif;
}

body {
	margin: 0px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}


h1 {
	font-family: "Trebuchet MS", tahoma;
	font-weight: bold;
	font-size: 22px;
	color: #533b1c;
	background-color: #f0f0eb;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: #e6d8c5 solid 1px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	background-color: #ffffcc;
	color: maroon;
	border: #e6d8c5 solid 1px;
	padding: 4px;
}

a {
	color: #993300;
	text-decoration: underline;
}

ul {
	margin-left: .5em;
	padding-left: .5em;
}

li {
	margin-bottom: .5em;
}

th, td, p, div, address, ul, li, blockquote {
	font-size: 12px;
}

hr {
	color: #e6d8c5;
	height: 1px;
}