	body {
		margin: 20px;
		padding: 0px;
		background: #CCCCCC;
		font: 1em/1em arial, sans-serif; }

	pre {text-indent: 30px}
	
	#hilite {
	    background: #003333;
	    padding: 5px;
	    font: 1em/1em helvetica, goergia, courier; }

	#tabmenu {
		color: #000;
		border-bottom: 2px solid black;
		margin: 10px 0px 0px 0px;
		padding: 0px;
		z-index: 1;
		padding-left: 10px }

	#tabmenu li {
		display: inline;
		overflow: hidden;
		list-style-type: none; }

	#tabmenu a, a.active {
		color: #DEDECF;
		background: #666666;
		font-size: 0.8em;
		font-weight: bold;
		border: 2px dashed black;
		padding: 5px 5px 0px 5px;
		margin: 0px;
		text-decoration: none; }

	#tabmenu a.active {
		background: #999696;
		border-bottom: 2px dashed #ABAD85; }

	#tabmenu a:hover {
		color: #fff;
		background: #8989CE; }

	#tabmenu a:visited {
		color: #E8E9BE; }

	#tabmenu a.active:hover {
		background: #999696;
		color: #D3DBCB; }

	#content {
		font: 0.9em Helvetica, arial, sans-serif;
		background: #ffffff;
		height: auto;
		padding: 20px;
		border: 2px solid black;
		border-top: none;
		border-left: none;
		z-index: 2;	}

	#content a {
		text-decoration: none;
		color: #0066cc; }

	#content a:hover { border-bottom: 1px dotted #ff0000; color:#0066cc; background:transparent; }
	         
	#content a:visited { color:#99cc99; text-decoration: none; background:transparent; }
	
	#linkydink	
	{
		font: 0.8em Helvetica, arial, sans-serif;
		width: 150px;
		float: right;
		background: #9999CC;
		border-left: 2px dashed gray;
		border-bottom: 2px dashed gray;
		padding: 5px 5px 5px 5px;
		font-family: courier, courier new, monospace;
	}
	

	
	#rightbox
	{
	 	width: 175px; 
	 	float: right; 
	 	margin-left: 10px; 
	 	margin-bottom: 10px;
	 	background: #99cccc; 
	 	border: 2px solid gray; 
	 	font-size: 12px; 
	 	font-family: verdana, arial, helvetica; 
	 	line-height: 100%;
	 }
	
