BODY  {
	font-family : Arial;
	font-size : small;
	color : #000;
}

H1  {
	font-size : medium;
	text-align : center;
	background-color : #eee;
	font-weight : bold;
}

H2  {
	font-size : medium;
	text-decoration : underline;
}

H3  {
	font-size : small;
	font-weight : bold;
}

div#header {
	font-size: large;

	background-color : #def;

	text-align : center;

	font-weight : bold;
	font-size : x-large;

	border-width : thin;
	border-color : #000;
	border-style : solid;

	font-family : Comic Sans MS;
}

div#content {
	position: absolute;
	left: 10em;
	margin: 1em;
}

div#sidebar {
	height: 100%;
	width: 9em;
	text-align: right; 
	font-weight: bold; 
	color: black; 
}

div#sidebar a:link {color: black; background-color: transparent;}
div#sidebar a:hover {background: #BBB;}

@media print {
	#sidebar { display:none; }
	div#content {
		left: 0em;
	}
}

@page { size: 8.5in 11in; margin: 2cm }
