body {
	font-size: 16pt;
	font-family: arial, sans-serif;
	color: #006600;
	background: #e3d49c;
	}

table.outer {
	text-align: center;
	width: 100%;
	}

table.sixty {
	text-align: center;
	width: 60%;
	}

table.forty {
	text-align: center;
	width: 40%;
	}

a {
	font-weight: bold;
	}

a:link {
	background: #e3d49c;
	color: #006600;
	}

a:visited { background: #e3d49c;
	color: #006600;
	}

a:hover {
	background: #e3d49c;
	color: #000000;
	}

a:active {
	background: #e3d49c;
	color: #006600;
	}

a:active:hover {
	background: #e3d49c;
	color: #000000;
	}

a.links {
	font-weight: bold;
	}

a:link.links {
	background: #006600;
	color: #ffff99;
	}

a:visited.links {
	background: #006600;
	color: #ffff99;
	}

a:hover.links {
	background: #006600;
	color: white;
	}

a:active.links { 
	background: #006600;
	color: #ffff99;
	}

a:active:hover.links {
	background: #006600;
	color: white;
	}

table.linkbox {
	font-size: 12pt;
	background: #006600;
	border-collapse: collapse;
	border-color: #e3d49c;
	}

td.linkbox {
	padding-right: 1ex;
	padding-left: 1ex;
	border-color: #e3d49c;
	}

p.justified {
	text-align: justify;
	}

.toplarge { font-size: 32pt; font-weight: bolder; }
.midlarge { font-size: 24pt; font-weight: bold; }
.small { font-size: 12pt; }
.bold { font-weight: bold; }
.red { color: red; }
a.gohome { background-color: #e3d49c; color: #006600; }
