body {
	color: black; 
	background: brown4; 
}

A:link {color: #008800;}     
A:active {color: silver;}
A:visited {color: #008800;}
.contact {
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	color: white;
	background: #cad6c2;
}

.nav {
	text-align: right;
	text-decoration: none;
}

A.nav:link  {color: white;}
A.nav:visited {color: silver;}   /* silver */

td.content {
	font-size: 12pt;
	font-family: arial, helvetica, sans-serif;
	background-color: #cad6c2;
	color: black;
	text-align: justify;
}

td.content.image {
	font-size: 12pt;
	font-family: arial, helvetica, sans-serif;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-attachment:	fixed;
	background-position: top;
	background-color: #cad6c2;
	color: black;
	text-align: justify;
}

td.foo {
	border : 2px; 
	border-color : #FFFFFF; 
	border-style : groove;
	border-spacing: 0px;
}

th.foo {
	background: #6B837D;
	color: white;
}

th.region_header {
	background: #6B837D;
    color: black;
	font-size: larger;
}
