* {
	margin: 0;
	padding: 0;
}

body {
	font: 95%/90% Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: black;
	background: #dfdfdf url(resurrection.jpg) fixed center right repeat-y;
	margin: 0 10%;
	padding-bottom: 2em;
}

#header {
	text-align: center;
}

#page {
	font-size: 90%;
	line-height: 1.2;
}

ul#menu {
	list-style: none;
	text-align: center;
	margin: -2em 0 2em 0;
	font-weight: bold;
	color: #444444;
	z-index: 10;
}

ul#menu li {
	display: inline;
	margin-left: 0;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5, h6, th, strong {
	font-weight: bold;
	background-color: transparent; 
}

h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote, pre {
	margin: 1em 0;
}

h1 {
	font-size: 100%;
	color: white;
	background: #0000b0;
	padding: 4px;
}

h2 {
	font-size: 100%;
	color: #444444;
	background: white;
/*	border-top: medium solid #0000b0;
	border-bottom: medium solid #0000b0; */
	padding: 4px;
}

blockquote {
	margin-left: 3em;
}

em, cite {
	font-style: italic;
}

pre, tt {
	font-family: "Courier New", Courier, monospace;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
	background-color: transparent;
}

ul#menu a:link, ul#menu a:visited {
	text-decoration: none;
}

a:link, a:visited {
	color: #0000b0; 
}

a:hover, a:active {
	color: #b00000; 
}