*{
	margin: 0 !important;
	padding: 0 !important;
	position: static !important;
	float: none !important;
	background-image: none !important;
	width: auto !important;
	height: auto !important;
}

body{
	font-family: sans-serif;
	margin: 5% !important;
	padding: 0 !important;
	font-size: 100%;
}

a{
	font-weight: normal;
	color: #910000;
	text-decoration: underline;
}
a:visited{
	color: #B70000;
}
a:hover{
	text-decoration: none;
	color: #B70000;
}
a:focus{
	text-decoration: none;
	color: #B70000;
}

li, dd{
	margin-left: 5% !important;
}

fieldset{
	padding: 0.5em !important;
}

h1{
	font-size: 1.6em;
	color: #000;
	font-family: georgia, serif;
}

h2{
	font-size: 1.4em;
	color: #000;
	font-family: georgia, serif;
}

h3{
	font-size: 1.3em;
	color: #BD7E15;
}

h4{
	font-size: 1.2em;
	color: #CD491D;
}

h5, h6{
	font-size: 1.1%;
	font-weight: bold;
	color: #AD7350;
}

#menu, #menutop{
	background: #FCF4E7;
}

#footer{
	background: #FED788;
	color: #333;
	font-size: 90%;
	text-align: center;
	margin: 0;
}

.hidden {
	display: block !important;
	font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin: 1em 0 !important;
}

img{
	max-width: 100%;
}
