	body {
		margin:40px 40px 40px 40px;
		font-family: verdana, arial, helvetica, sans-serif
		}
	
	#foot {
		border:1px solid #000;
		background-color:#999;
		margin-top: 50px;
		text-align: center
		}

	#top {
		font-family: verdana, arial, helvetica, sans-serif
		}

	#top #title {
		float:left;
		text-align:center;
		background-color: #999;
		width: 400px;
		}

	#top #quip {
		text-align:center;
		background-color:transparent;
		color: #FFF;
		font-family: verdana, arial, helvetica, sans-serif
		}

	#main {
		margin: 0px 0px 0px 0px;
		clear: left;
		border:2px solid #000;
		padding: 10px 10px 10px 10px;
		background-color:#FFF;
		font-family: arial, helvetica, sans-serif
		}
	
	
/* 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 {
		float:right;
		width:150px;
		background:#CCC;
		margin:4px 4px 4px 4px;
		padding: 5px 5px 5px 5px;
		font-family: verdana, arial, helvetica, sans-serif
		}

	#main #menu #sub{
		font-size:0.8em;
		background: #FFF
		}
		
	p { font-size: 1em; line-height: 1.4em }

	p,h1,h2,h3,pre { margin: 10px; color: #000 }

	h1 { font-size:1.5em; }
	h2 { font-size:1.3em; }
	h3 { font-size:1.1em; }
	h4 { font-size:0.7em; }
	
	#menu p { font-size:14px}
	#menu h1 { font-size: 16px; padding-top: 10px; margin-top: 0px}
	#menu a { color: #009}
	#menu #sub a {color: #606 }
	#menu input { background: #9C9; font-family: verdana; font-size: 10px;}
	
	input { background: #CF9; font-family: verdana; font-size: 12px;}
	textarea { background: #CF9; font-family: verdana; font-size: 12px;}
	
	a { color: #009; text-decoration: none}

	.small { font-size: .6em}
	.big { font-size: 1.2em}
	.youareold { display: none}

	div.box {
		margin: 0px 0px 0px 0px;
		clear: none;
		border: 2px #000 solid;
		padding: 10px 10px 10px 10px;
		background-color:#FFF;
		font-family: arial, helvetica, sans-serif
		}

	div.entry {
		margin: 0px 0px 0px 0px;
		clear: left;
		border: 2px #000 solid;
		padding: 10px 10px 10px 10px;
		background-color:#FFF;
		font-family: arial, helvetica, sans-serif
		}

	#main #space { clear: both }
	div.space { clear: both }

	blockquote { font-size: 11px; line-height: 14px; color: #000; margin: 0px}
	blockquote p { font-size: 11px; line-height: 14px; margin: 0px; margin-top: 0px}
