body {
	color: #666;
	background-color: #779876;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: small;
	}
h1.title {
	background-color: #D6E6B3;
	color: #779876;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 30pt;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 10px;
	}
h1.title a:link,
h1.title a:visited,
h1.title a:hover {
	color: #779876;
	text-decoration: none;
	}
h2 {
	margin: 8px 8px 2px 8px;
	}
p {
	margin: 0.25em 1em 1em 1em;
	}
ul.nav {
	background-color: #D6E6B3;
	border-bottom: thin dotted #aaa;
	margin: 0;
	padding: 0 0 1em 1em;
	}
ul.nav li {
	display: inline;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	list-style-type: none;
	margin-right: 2em;
	}
li a:link,
li a:visited {
	color: blue;
	text-decoration: none;
	}
li a:hover {
	color: darkblue;
	text-decoration: underline;
	}
.content {
	margin-top: 10px;
	width: 600px;
	}
.footer {
	border-top: thin dotted #aaa;
	margin: 50px 0 8px 0;
	padding: 8px 0;
	text-align: center;
	}
.page {
	background-color: white;
	background-image: url(../images/pnnbg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin: 40px;
	}
.other {
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
	text-align: center;
	width: 600px;
	}