/* By Timo Wentink, http://www.zerogravity.nl */
/* This stylesheet sets basic styling (fonts, colors, background-colors, margins, paddings etcetera). */
/* It will be used by all CSS-capable user agents. */

/* Cream/White:	#f1f1e7  */
/* Dark Red:	#771820	*/
/* Dark Gray:	#35352f */

body {
	font: 79%/1.7  "Trebuchet ms", Verdana, Arial, Helvetica, sans-serif;
	color: #35352f;
	background-color: #f1f1e7;
}

/* Set margins and paddings for various elements */
/* This will overrule the margins and paddings that are set in the default stylesheet of the user agent. */
address, blockquote, dl, fieldset, form, hr, ol, p, pre, table, ul {
	margin-top: 0;
	margin-bottom: 1.75em;
	padding-top: 0;
	padding-bottom: 0;
}

/* Headers */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h1 {
	font-family: "Times New Roman";
	font-size: 110%;
	text-transform: uppercase;
	color: #771820;
	font-weight: bold;
	line-height: 1.25em;
	margin:0.5em 0 1em 1em;
	letter-spacing: 5px;
}
*h1 {
	font-weight: normal;
}
h2 {
	font-size: 100%;
}

h3 {
	font-size: 90%;
}

h4 {
	font-size: 80%;
}

h5 {
	font-size: 70%;
}

h6 {
	font-size: 60%;
}

p {
	font-size: 90%;
	margin-left: 1.25em;
	margin-right: 1.25em;
	line-height: 1.75em;
}

p.intro{
	font-weight: bold;
}

