/* CSS Document */


html, body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}


A:link {
	color: #08711c;
	
}	
A:visited {
	color: #000000;
	text-decoration:none;
}	
A:hover {
	color: #000000;
	text-decoration:none;
}	

.hed {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
}
	
.page-container {
	border: 1px solid #000000;
	background-color: #ffffff;
	margin: auto;
	width: 500px;
	padding: 20px;
	    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}


.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant:small-caps;
}


.name {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}
.greenwriter {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 24px;
}

.tiny {font-size: 10px}