p { color: black; font-size: 10pt; font-family: arial, helvetica; }

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ddd8c4; }
	
/*
a {color: 482702;}
a visited {color: 83613b;}
*/
a {font-size:105%; color: #482702;}
a:visited {font-size:105%; color: #7C5A2B;}
a:hover {font-size:105%; color: #0c0; text-decoration: underline;} 

h1 { color: #482702; font-size: 11pt; font-family: arial, helvetica; font-weight: bold; margin: 0.67em 0; }
h2 { color: #482702; font-size: 18pt; font-family: arial, helvetica; font-weight: bold; text-align:center; margin: 0.67em 0; }
.head { color: #482702; font-size: 11pt; font-family: arial, helvetica; font-weight: bold; margin: 0.67em 0; }

p.footer {
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: .7em;
	}

p.footer2 {
	color: #482702;
	font-family: Arial, Verdana, sans-serif;
	font-size: .7em;
	}
	
.wolfGrad {background-image:url(/images/wolf.jpg);
background-repeat:no-repeat;
background-position:bottom left;
}
.overlap {
    position: relative;           /* establish new containing block */
    width: 125px; height: 75px;  /* must specify width/height */
}
.overlap .ne, .overlap .sw { position: absolute; }
.overlap .ne {    top: 0; left: 0; z-index: 1; }
