body,tr,th,a,p,div,span {
	font-family: sans-serif;
}
body {
	background-color: white;
}
a:visited, a:link {
	color: blue;
	text-decoration: underline;
}
a:hover {
	color: red;
	text-decoration: none;
}

div.content {
	max-width: 600px;
}


/*
 *
 * This begins the sitewide header
 *
 *
*/
table.sitehead {
	border-color: black;
	border-width: 0px 0px 1px 0px;
	border-spacing: 0px;
}
table.sitehead tr * {
	background-color: none;
	vertical-align: bottom;
	text-align: left;
	padding: 0px 0px 0px 0px;
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	color: black;
}

table.sitehead tr th {
	color: #329E9C;
	font-weight: bold;
	font-family: "Arial Black",sans-serif;
	font-size: 42px;
	width: 200px;
}
table.sitehead tr td {
	font-weight: bold;
	width: 150px;
}

table.sitehead tr td a:link {
	color: black;
	text-decoration: none;
}
table.sitehead tr td a:visited {
	color: black;
	text-decoration: none;
}
table.sitehead tr td a:hover {
	color: #329E9C;
	text-decoration: none;
}

/*
 *
 * This begins the sitewide footer
 *
 *
*/
table.sitefoot {
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: gray;
	width: 800px;
}
table.sitefoot tr td {
	background-color: none;
	vertical-align: bottom;
	text-align: center;
	padding: 0px 0px 0px 0px;
	color: black;
	font-size: 12px;
}
table.sitefoot tr td a, a:link, a:visited {
	text-decoration: none;
}
table.sitefoot tr td a:hover {
	color: #329E9C;
}


/*
 *
 * This begins the sitewide footer
 *
 *
*/
table.body {
	border-color: none;
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	height: 800px;
	width: 800px;
}
table.body tr td.body {
	border-color: none;
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	vertical-align: top;
	text-align; left;
}

pre{
	border-color: white;
	border-width: 1px;
	border-style: solid;
	background-color darkgray;
	color: green;
}
