h1 {
	font-family: Tahoma;
	font-size: 28;
}

h2 {
	font-family: Tahoma;
	font-size: 26;
}

h3 {
	font-family: Tahoma;
	font-size: 24;
}

h4 {
	font-family: Tahoma;
	font-size: 22;
}

h5 {
	font-family: Tahoma;
	font-size: 20;
}

h6 {
	font-family: Tahoma;
	font-size: 18;
}

body {
	margin-top: 0;
	background: #e4dcd9;
	color: #27221c;
	font-family: Tahoma;
	font-size: 12;
}

th {
	background: #27221c;
	color: #b98658;
	font-family: Tahoma;
	font-size: 16;
}

td {
	background: #FFE0B0;
	color: #27221c;
	font-family: Tahoma;
	font-size: 12;
}

li {
	color: #27221c;
	font-family: Tahoma;
	font-size: 12;
}

A:link {
	color: #27221c;
}

A:visited {
	color: #27221c;
}

A:hover {
	color: black;
}

img {
	border: 0;
}

