/* general design */

body, html {
	background-color: #d8d8d8;
	color: #2e3436;
	font-family: sans-serif;
	font-size: 10pt;
	height: 100%;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #a40000;
	font-weight: normal;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.1em;
	font-style: italic;
}

h4, h5, h6 {
	font-size: 1em
}

a {
	color: #204a87;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #3465a4;
}

/* classes */

/* ids */

#title {
	background-color: #3c3c3c;
	border-bottom: 1px #d23535 solid;
	font-size: 3.2em;
	font-weight: bold;
	padding: 0.25em;
	text-align: center;
}

#title, #title a {
	color: #e6e6e6;
}

#subtitle {
	font-size: 1.7em;
	font-weight: bold;
	padding: 0.25em;
}

#redline {
	border-top: 1px #cc3434 solid;
	border-bottom: 1px #c73333 solid;
}

#content {
	background-color: white;
	color: #2e3436;
	padding: 0.5em;
}
