h1, h2, table.navbar
{
	font-family: "courier new", courier, monospace;
}
h1, h2
{
	color: #b8860b;
}

body 
{ 
	font-family: verdana, "times new roman", serif;
	font-size: 85%;
	background-color: #f5deb3;
	background-image: url("../patchwork.jpg"); 
	background-repeat: repeat-y; 
	margin-left: 110px;
}

p 
{ 
	width: 500px; 
	margin-left: 40px;
}
h1
{
	width: 540px;
	text-align: center;
}
h2 
{ 
	width: 540px;
	border-bottom-style: dashed;
	border-bottom-color: #b8860b;
	border-bottom-width: 2
}

td
{
	border-style: solid;
	border-color: #b8860b;
	text-align: center;
	padding: 4px;
}
table
{
	width: 540px
}

a:link { color: #cd853f; }
a:visited { color: #8b4513; }

pre
{

	font-family: verdana, sans-serif;
        font-size: 85%;
        margin-left: 40px;
}