/* Cribbed from Jeff Zeitlin's freelancetraveller.com and modified.
Created using Style Master from Western Civilisation CSS2 { -23 -4 559 808 } */



body {
	/* font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; */
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
	margin-left: 10%; margin-right: 10%;
	/* background-image: url(pictures/green-grit-tile.jpg) ; } */
	background-color: #ddddff;
}

code.bad { color: red; }
code.good { background-color: green; color: white; }

pre.bad { font-family: monospace; color: red; }

h1 { text-align: center; }
h2 { text-align: center; }

dt { font-weight: bold; margin-top: 2em; }
dd dt { font-weight: bold; margin-top: 1em; }

td.logo
{
}

td.pagetitle
{
}

tr.utilities
{
	text-align: center;
}
td.breadcrumbs {
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-align: left;
	/*
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: green;
	*/
}


td.toc
{
	vertical-align: top;
	/*
	border-right: solid;
	border-width: 1px;
	border-color: green;
	*/
}

td.content
{
	vertical-align: top;
	padding-left: 1em;
	border: solid;
	border-width: 1px;
	border-color: green;
	background-image: url(pictures/watermark.gif);
}

h1.sitename {
	/* display: table-cell; */
	/* float: left; */
	/* padding-left: 0.5em; */
	/*
	border-width: medium;
	border-color: black;
	border-style: solid;
	*/
	font-size: 1.5em;
	font-style: italic;
	text-align: left;
}

.hidden {display: none;}
