@charset "utf-8";

body {
	background-color: #645A2F;
}

a:link {
	color: #00C;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: blue;
	border-right-color: blue;
	border-bottom-color: blue;
	border-left-color: blue;
}

A:Visited {
	color: #603;
	text-decoration: none;
}

p, li {
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-left: 3px;
}

td {
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	vertical-align: top;
}

H1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: 600;
	color: #331A00;
	font-size: 26px;
	margin-left: 3px;
}

H2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: 600;
	color: #331A00;
	font-size: 18px;
	margin-left: 3px;
}
H3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	margin-left: 3px;
}

