﻿body {
	background-image:url(images/backgrounds/flake1.gif);
	background-repeat:repeat-y;
	background-position:35px
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: navy;
	padding: 0px;
	margin-bottom: 0px;
}

h1 {font-size: 2em}
h3 {font-size: 1.0em}

#navigation {
	float: left;
	width: 8em;
	background-color: white;
	background-image:url(images/backgrounds/flake1.gif);
	background-repeat:repeat-y;
	background-position:35px
}
#navigation a:link {text-decoration:none}
#navigation a:visited {text-decoration:none}
#navigation a:hover {text-decoration:underline; color:red}
#navigation a:active {text-decoration:none}

.highlight {
	background-color:#FFFF99
}
	
#outer {
	width:50em;
}
	
#inner {
	margin-left: 9em;
	padding-left: 1em;
	border-left: 0.1em solid blue
}

.comment {margin-left:5px; float:left}

p {padding: 0px;}
h2+p, h3+p {margin-top: 0px}

