a, a:visited {
	color : #C08060;
	text-decoration : none;
}

a:hover, a:active {
	color : #FF8C00;
	text-decoration : underline;
}

body {
	background-color : #600000;
	color : #FFE0E0;
	font-family : sans-serif;
	font-size : 1em;
	margin: 0;
	border: 0;
}

img {
	border : 0px;
}

input, textarea, select {
	font-family : sans-serif;
	font-size : 1em;
	border : 1px solid #D0D0D0;
}

p {
	margin : 0;
}

#header {
	background-color : #804040;
	color : #F0D020;
	font-family : sans-serif;
	font-size : 1em;
	border-bottom : 1px solid #F0D020;
}

#header h1 {
	color : #D0D000;
	font-size : 2em;
	font-weight : bold;
	margin : 0;
	padding : 0;
}

#header h1 a, #header h1 a:visited, #header h1 a:hover, #header h1 a:active {
	color : #D0D000;
	font-size : 1em;
	text-decoration : none;
}

#content
{
	font-family : sans-serif;
	font-size : 1em;
	padding-left : 3px;
	padding-right : 3px;
}

#content h2 {
	font-size : 1.2em;
	font-weight : bold;
	margin : 0;
	padding : 0;
}

#footer {
	color : #802020;
	font-family : sans-serif;
	font-size : 0.8em;
	text-align : center;
}

#footer a, #footer a:visited {
	color : #806010;
	font-family : sans-serif;
	font-size : 1em;
	text-decoration : none;
}

#footer a:hover, #footer a:active {
	color : #C0A080;
	font-family : sans-serif;
	font-size : 1em;
	text-decoration : underline;
}

