body	{
	background-color : grey;
	color: white;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 14pt;
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;	
	background-color: black;
	padding: 4px;
}

div.header	{
	text-align: center;
	position: absolute;
	top: 0px;
	left: 4px;
	right: 4px;
	height: 40px;
}

div.navbar	{
	position: absolute;
	left: 4px;
	top: 80px;
	width: 200px;
	font-size: 10pt;
	
}

div.content	{
	position: absolute;
	top: 80px;
	left: 204px;
	right: 4px;
}


img	{
	border: 0;
}

h1, h2, h3, h4	{
	font-family: "American Typewriter", Helvetica, sans-serif;
}

h1	{
	font-weight: bold;
	font-size: 24pt;
}

h2	{
	font-weight: bold;
	font-size: 18pt;
}

h3	{
	font-weight: bold;
	font-size: 14pt;
}

h4	{
	font-weight: bold;
	font-size: 12pt;
}

.quote_1	{
	margin-left: +0.5in;
	margin-right: +0.5in;
	background-color: khaki;
	border: 2px solid brown;
	padding: 3px;
	color: black;
}

span.code, p.code, pre.code	{
	font-family: monospace;
}

span.code_small, p.code_small, pre.code_small	{
	font-family: monospace;
	font-size: 10pt;
}

a	{
	color: white;
}