body {background-image: url(images/back.jpg); }

h1
{
	text-align: center;
	font-family: Garamond, Times, serif;
	font-variant: small-caps;
	font-size: 40px;
	color: #600000;
	font-weight: bold;
}

h2
{
	text-align: center;
	font-family: Garamond, Times, serif;
/*
	color: #008080;
*/
	color: #600000;
}

h3
{
	font-family: Garamond, Times, serif;
	color: black;
}

p 
{
	font-family: Garamond, Times, serif;
	color: black;
}

pre
{
	font-family: Courier;
	color: black;
	font-size: small;
}

td
{
	font-family: Garamond, Times, serif;
	color: black;
}

.reducedwidth
{
	width: 95%;
}

.cemeterytext
{
	color: #600000;
}

.menu
{
	font-weight: bold;
	text-decoration: none;
	color: #600000;
}

a.menu:hover
{
	color: red;
}