/*
	Copyright (c)	2005 by hsank
*/

body {
	background-color: #f8f8f8;
	font-family: sans-serif;
	text-decoration: none;
	color: black;
}

a:link {
	text-decoration: none;
}

a:link:visited {
	text-decoration: none;
}

a:link:hover {
	text-decoration: underline;
}

h1 {
	text-align: center;
	font-size: 195%;
	color: #000066;
	background: transparent;
}

h2 {
	font-size: 125%;
	color: #7F0000;
	background: transparent;
}

h3 {
	font-size: 100%;
	color: black;
	background: transparent;
}

#Header {
	text-align: right;
	font-size: 90%;
	border-bottom: solid;
	border-width: thin;
	border-color: lightgray;
}

#Header a:link {
	color: #3525c5;
	background: transparent;
}

#Header a:link:visited {
	color: #700080;
	background: transparent;
}

#Navigation {
	position: fixed;
	top: 0.5em;
	left: 0.5em;
	width: 15.5%;
	font-size: 90%;
	background-color: lightgray;
	border-style: solid;
	border-width: thin;
	border-color: lightgray;
}

#Content {
	position: relative;
	left: 18%;
	right: 1em;
	width: 80.5%;
}

#Content blockquote {
	font-size: 90%;
	font-style: italic;
}
	
#Content code {
	font-size: 90%;
	font-family: monospace;
	background-color: lightgray;
	margin-left: 1em;
}

#Footer {
	font-size: 90%;
	text-align: center;
	border-top: solid;
	border-width: thin;
	border-color: lightgray;
}

