html, body {
	margin: 10px;
	padding: 0;
	background: #fff;
}

body, td, input, textarea, select, option, button {
	font-family: Verdana, sans-serif;
	font-size: 15px;
	color: #887650;
}

a {
	color: #CC9312;
	text-decoration: none;
	cursor: pointer;
	-webkit-text-shadow: none !important;
	-moz-text-shadow: none !important;
	-khtml-text-shadow: none !important;
	-o-text-shadow: none !important;
	text-shadow: none !important;
}

h1 {
	margin: 5px 0 50px;
	font-weight: normal;
	font-size: 2.5em;
	text-align: center;
}
h2 {
	margin: 5px 0 10px;
	font-weight: normal;
	font-size: 2em;
}
h1, h1 a, h2, h2 a {
	color: #6F8D1D;
}

img {
	border: none;
}

p, ul, blockquote {
	margin-bottom: 10px;
}

em, b {
	font-style: normal;
	color: #6F8D1D;
	font-weight: bold;
}

b {
	font-weight: normal;
	background: #6F8D1D;
	color: #fff;
	padding: 0 0.15em;
}

ul {
	list-style: inside url(../img/bull.gif);
	margin: 0;
	padding: 0;
}

#menu {
	display: none;
}

#footer {
	display: none;
}

.language {
	display: none;
}