/* HTML Tags */


a:link, a:active {
	text-decoration: none;
	color: #622E0D;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #622E0D;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
	color: #622E0D;
	font-weight: bold;
}


h1, h2, h4 {
	margin: 0em;
	padding: 0em;
	line-height: 1.25em;
	font-weight: bold;
	color: #622E0D;
}
h1 {
	font-size: 135%;
}
h2 {
	font-size: 75%;
}
h3 {
	font-size: 90%;
	margin: 0em;
	padding: 0em;
	line-height: 1.25em;
	font-weight: bold;
	color: #000000;
}
h4 {
	font-size: 100%;
}

ul {
	margin: 0em;
	padding: 0em;
}
li {
	margin: 0em 0em 0.25em 2em;
	padding: 0em;
}

