body {
	margin:20px 20px 20px 20px;
	background-color: #001111;
	}
	
#main {
	border:2px solid #000; 
	background-image: url("/imgs/Texture_green_014.jpeg");
	}

/* Looks like you have to specify the width of #menu
or IE5 Mac stretches it all the way across the div, and 
Opera streches it half way. */

#main #menu {
	border-left:2px solid #000; 
	border-bottom:2px solid #000;
	float:right;
	width:180px;
	background:#000;
	margin:0px 0px 10px 10px;
	text-align: left;
	}
	
p {
	font-size: 90%;
	font-family: "Monospace", monospace;
	color: #00AA00;
	margin:10px 10px 10px 10px;
	line-height: 120%;
	}

li,td,pre {
	font-size: 90%;
	font-family: "Monospace", monospace;
	color: #00AA00;
	line-height: 100%;
	}

blockquote {
	font-size: 90%;
	font-family: "Monospace", monospace;
	color: #00AA00;
}

h1,h2 {
	font-style: bold;
	font-size: 120%;
	font-family: "Monospace", monospace;
	color: #00AA00;
	padding-top:10px;
	padding-left:5px;
	}

.pn {	
	border: 1px solid green; 
	}

a:link {color: #00FF00; text-decoration: underline}
a:visited {color: #00AA00; text-decoration: underline}
a:hover {color: #00FF00; text-decoration: underline}
a:active {color: #00FF00; text-decoration: none}
	
#menu p { font-size: 90%;
	font-family: "Monospace", monospace;

	}
.comment { font-size: 70%}
.posthidden {display:none}
.postshown {display:inline}

