html {
	margin-top: 0px;
	margin-bottom: 0px;
}

body {
	font-family: Georgia, Verdana, sans-serif;
	color: black;
	background: #DDDDDD;
}

p, ul, caption {
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	}

p.center {
	text-align: center;
	}

p.about {
	text-align: center;
	color: grey;
	margin-left: 10%;
	margin-right: 10%;
}

p.about:hover {
	color: black;
}

h1, h2, h3, h4 {
	letter-spacing: 1px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 5px;	
	}

a {
	font-weight: bold;
	text-decoration: none;
	color: #003399;
	}

a:visited {
	color: navy;
	}

a:active {
	color: maroon;
	}

a:hover {
	color: maroon;
	}

a.sidebar {
	font-size: 75%;
	font-weight: bold;
	text-decoration: none;
	color: #DDDDDD;
}

a.sidebar:visited {
	font-size: 75%;
	color: #BBBBBB;
}

a.sidebar:active {
	font-size: 75%;
	color: white;
}

a.sidebar:hover {
	font-size: 75%;
	color: white;
}

img {
	border: 0;
}

hr {
	width: 80%;
}

em {
	font-family: monospace;
	font-style: normal;
}

strong {
	font-style: italic;
}

pre {
	font-family: monospace;
	white-space: pre;
}

#main {
	background: transparent;
	position: absolute;
	width: auto;
	height: 100%;
	top: 0;
	left: 120px;
	right: 0;
	bottom: 0;
	margin-left: 10px;
	margin-right: 10px;
	}

#sidebar {
	background: transparent url(images/sidebar.png) repeat-y top left fixed;
	position: fixed;
	width: 120px;
	height: 100%;
	top: 0;
	left: 0;
	font-size: 75%;
	}