/* All pages */
body {
	text-align: left;
	background: white;
	color: black;
	margin: 0;
	padding: 0;
	font-family: Georgia, Batang, 'Book Antiqua', 'Bookman Old Style', Century, Garamond, Palatino, 'Palatino Linotype', Sylfaen, serif; 
	font-size: 80%;
	position: relative;
	height: 305px;
}
html [lang] body {
	height: auto;
	min-height: 305px;
}

h1 {
	font-size: 190%;
	background: #2c4e2f;
	color: white;
	margin: 0 0 10px 0;
	padding: 10px 44px 10px 10px;
}
h2, h3, h4, h5, h6 {
	margin: 0 200px 0 10px;
}
h2 {font-size: 130%;}
h3 {font-size: 120%;}
h4 {font-size: 110%;}
h5, h6 {font-size: 100%;}

p, ul, ol, dl {
	margin: 0 10px 1em 10px;
}

/* The close button */
p#close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 24px;
	margin: 0;
}

/* General rules */
a {color: #2c4e2f;}
a img {border: none;}
a:hover {text-decoration: underline;}
/* To indicate content which is omitted */
s, ins {
	text-decoration: none;
	color: black;
	background-color: #fcf;
	border: solid 1px #969;
	padding: 1px 3px;
}