	body {
		margin:20px 20px 20px 20px;
		background:#339933;
		font-family:trebuchet ms,verdana,serif;
		color:#000000;
		}
	a:link     {color:#006699; text-decoration:underline}
	a:visited  {color:#003366; text-decoration:underline}
	a:active   {color:#3366ff; text-decoration:underline}
	a:hover    {color:#0066cc; text-decoration:underline; text-transform:lowercase; background-color:#000000}

	#topcontent {background:#ffcc00;
		position:static;		/* these need to be worked with */
		top:20px;
		width:70%;
		border-top:2px solid #000000;
		border-left:2px solid #000000;
		border-right:2px solid #000000;
		border-bottom:2px solid #000000;
		}
	
	#nextcontent {
		position:static;
		width:70%;
		background:#ffffff;
		border-top:2px dashed #000000;
		border-left:2px dashed #000000;
		border-right:2px dashed #000000;
		border-bottom:2px dashed #000000;
		padding-top:20px;
		margin-right:20px;
		padding-bottom:20px;
		}

	#bottomcontent {
		position:static;
		width:70%;
		background:#ffcc00;
		border-top:2px solid #000000;
		border-left:2px solid #000000;
		border-right:2px solid #000000;
		border-bottom:2px solid #000000;
		}
		
	p,h1,h2,pre {margin:10px 15px 10px 15px;}
		
	h1 {
		font-size:18px;
		padding-top:10px;
		}

	h2 {
		font-size:16px;
		}

	p {
		font-size:14px;