body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #522c1b;
	font-family: "Times New Roman", "Times", serif;
	font-size: 62.5%;
	}
input, select, option, textarea {
	font-family: "Times New Roman", "Times", serif;
	}
h1,h2,h3,h4,h5,h6,p,td,th,li,pre,code,form,fieldset,input,select,option,textarea,blockquote { font-size:1em; letter-spacing: 1px; line-height: 1em; margin:0; padding:0; }
a img, a:link img, a:visited img { border:none }
a, a:link, a:visited {
	color: #522c1b;
	text-decoration: underline;
	}
a:hover {
	color: #b89a8d;
	text-decoration: underline;
	}

h1 {
	font-size: 3em;
	font-weight: normal;
	margin-bottom: 1em;
	text-align: center;
	}
h2 {
	font-size: 2em;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 1em;
	}
h3 { 
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 0.5em;
	}
h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
	text-decoration: underline;
	}
#content p, #content li, #content th, #content td {
	font-size: 1.4em;
	line-height: 1.4em;
	}
#content input, #content select, #content textarea {
	font-size: 1em;
	color: #522c1b;
	}
#content p {
	margin-bottom: 1em;
	}
p select, p select option, li li, p li, li p, td p, td li, th p {
	font-size: 1em;
	line-height: 1em;
	}

/* EXCLUSIONS */
#watermark, #header span {
	display: none;
	}
/* GENERAL LAYOUT */
#page {
	margin: 20px;
	}
#header, #footer {
	text-align: center;
	}
