body, textarea, pre {
	font: 13px Helvetica, Arial, sans-serif;
	color: #281c08;
}


* {margin: 0; padding: 0;}


h1, h2, h3, h4, h5, p, ol, ul, ul.links, li, table, dl, dt, dd, label, input, textarea, pre, legend {
	font-size: 1em; /* 13px */
	line-height: 1.5385em; /* 20px */
	margin: 0 0 0.76925em 0; 
    padding: 0 10px;
    }

input, textarea {
	background: #eee;
	border: none;
	padding: 10px 0 0 10px;
}

input {
	padding: 10px;
}

label {
	padding-right: 0;
}

h1, h2, h3, h4, h5 {letter-spacing: -0.04em;}

h1 {
	font-size: 3.8462em; /* 50px */
	line-height: 1.2em; /* 60px */
	padding-top: 0.3em;
	margin-bottom: -0.4em; 	
	font-weight: bold;
	}
	
h2 {
	font-size: 2.3077em; /* 30px */
	line-height: 1.3333em; /* 40px */
	margin-top: 1.3333em;
	margin-bottom: 0.66665em;
	font-weight: bold;
	}	
	
h3 {
	font-family: Georgia, serif;
	font-weight: normal;
	font-style: italic;
	
	font-size: 1.9231em; /* 25px */
	line-height: 1.2em;
	margin-top: 1.2em;
	}

h4 {
	font-family: Georgia, serif;
	font-weight: normal;
	font-style: italic;
	
	font-size: 1.3846em; /* 15px */
	line-height: 1.5556em;
	margin-top: 1.5556em;
	} 
	
h4:before {
/*	content:"—";
	margin-right: 0.5em;
	margin-left: -1.3em;*/
	}
	
h5 {
	font-size:1em;
	margin-bottom: 0;
	}

a {
	color: #b60000;
}

a:hover {
	text-decoration: none;
}

li {
	margin-bottom: 0;
	padding: 0;
}

ul li {
	list-style-type: none;
}

blockquote {
	margin: 0;
	padding: 0 0 0 0.8em;
	}

pre {
	font-family: monospace;
}

legend {font-weight: bold;}

.rm {
	position: absolute;
	top: 0;
	left: -9999px;
}

.cl {
	clear: both;
}