@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	height: 100%;
}
body {
	background-color: #3e3a37;
	color: #3e3a37;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	line-height:1.5;
}
p {
	text-indent:1.5em;
	margin-bottom:0.75em;
	max-width:50em;
}

ul{
	margin-bottom:1em;
}
li{
	margin-left:1.5em;
	margin-bottom:0.3em;
	max-width:48.5em;
}

a {
	color: #a4141b;
	text-decoration:none;
}
a:visited {
	color: #e2787c;
}
a:hover {
	text-decoration:underline;
}

h1{
	margin-bottom: 0.7em;
	max-width:50em;
}

h2{
	margin-bottom: 0.5em;
	max-width:50em;
}

h3{
	margin-bottom: 0.3em;
	max-width:50em;
}
