
a.one:link {
	text-decoration : none;
	color: #72480a;
}
a.one:active {
	text-decoration : none;
	color: #c97800;
}
a.one:hover {
	text-decoration : none;
	color: #c97800;
}
a.one:visited {
	text-decoration : none;
	color: #72480a;
}
a.one:visited:hover {
	text-decoration : none;
	color: #c97800;
}
a.one:active:hover {
	text-decoration : none;
	color: #c97800;
}

body {
	position: relative;
	margin: 0; 
	padding: 0;
}
div#content {
	margin: 1em 5em 1em 5em; 
	padding: 20px;
	color: black; 
	font-family: Arial, sans-serif; 
	font-size: 100%; 
	border: solid #003 2px;
}
div#content p {
	margin: 0 1em 1em; 
	padding: 0; 
	line-height: 1;
	color: black;
}

h1 {
	margin: 0.2em -20px 0.4em;
	padding: 0.33em 0 0.167em;
	font: bold 160% sans-serif; 
	vertical-align: middle; 
	text-align: center;
	color: black; 
	letter-spacing: 0.0em; 
	text-transform: lowercase;
	border-top: solid black;
	border-bottom: solid black;
	border-top-width: 2;
	border-bottom-width: 2;
}
h2 {
	margin: 0.2em -20px 0.4em; 
	padding: 0.33em 0 0.167em;
	font: 120% sans-serif; 
	vertical-align: middle; 
	text-align: center;
	color: #eef6ff; 
	letter-spacing: 0.0em; 
	text-transform: lowercase;
	border-top: solid black;
	border-bottom: solid black;
	border-top-width: 2;
	border-bottom-width: 2;
}

div#header {
	margin: 0em 0em 0em 0em; 
	padding: 0px;
	color: black; 
	font-family: Arial, sans-serif; 
	font-size: 80%; 
	border: solid #002 3px;
}
div#header td {
	text-align: center;
	color: black; 
	font: 80% sans-serif;
}
div#footer {
	margin 0em 0em 0em 0em;
	padding: 5px;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 80%;
	border: solid #002 3px;
}
div#footer td {
	text-align: center;
	color: white; 
	font: 80% sans-serif;
}

div#centered {
	text-align: center;
}

img {
	border: 0;
}
code, pre {
	color: #226;
	font-size: 110%;
}
pre {
	font-family: Arial, sans-serif;
}
code {
	font-family: monospace;
}


body {
	background: white;
}
div#content {
	background: #ffffff;
}
div#content h1 {
	background: #ffffff; 
#	border: 2px solid black; padding: 0.0em 0em 0.0em;
}
div#content h2 {
	background: #ffffff;
}
div#header {
	background: #ffffff;
}
div#footer {
	background: #ffffff;
}

div#header td {
	text-align: center;
	color: black; 
	font: 80% sans-serif;
}
