body {
  margin: 0px;
  background: #000000;
  color: #ffffff;
  font-family: "lucida sans", sans-serif;
}
a { 
	color: #006600;
	font-weight: bold;
	text-decoration: none;
}
a:visited { color: #004400; }
a:active { color: #00cc00; }
a:hover { text-decoration: underline; }
a[name]:hover { text-decoration: none; }
p, li { font-size: .9em; }

.head {
  color: #ffffff;
  background: #000000 url("images/leaves.jpg") no-repeat bottom right;
}
.head a { color: #00ff00 }
.head a:visited { color: #dddddd }
.head h1 {
  margin: 0px;
  color: #ffffcc;
  font-size: 60px;
  font-family: "coileduncial", "celtic", fantasy;
}

.foot {
  background: #000000;
  color: #ffffff;
  font-size: smaller;
}
.foot a { color: #00ff00 }
.foot a:visited { color: #dddddd }
.foot p { margin: 0px; }

.border { background: #008000 }

.links a { text-decoration: none }
.links a:hover { text-decoration: underline }

.content, .nav {
  background: #ffffee url("images/set3bg.gif");
  color: #000000;
}
.content { padding: 5px; }

.nav th {
  background: #008000 url(leaves.jpg);
  color: #ffffff;
  text-align: center;
  font-size: smaller;
}
.nav th a { color: #ffffff }
.nav th a:visited { color: #dddddd }
.nav td { font-size: smaller }
td.nav { padding: 0px; }
#nav1 {
	position: fixed; 
	top: 114px; 
	left: 75%;
	color: #008000;
	margin: 0px;
}

.article th {
  background: #008000 url(leaves.jpg);
  color: #ffffff;
  text-align: left;
}

.hin { font-weight: bold; }

.bio img { margin-right: 3px; }

.contact-info {
	display: block;
	font-size: .8em;
}

table.command-list, table.command-list td {
	border-collapse: collapse; 
	border-color: #008000; 
	border-width: 2px; 
	border-style: solid;
	font-size: small;
	margin: 0px;
}

/* This stylesheet created by cfc@accendi.net for PaganPaths.org
   Please do not use without at least giving proper credit. Thank you. */