body {font-family: verdana, helvetica, sans-serif; 
	font-weight: normal;
	background: #ffffcc;
}

h1, h2, h3, h4, h5 {font-family: verdana, helvetica, sans-serif;}
		
.highlight {color: #008000;}

a:link {color: #008000;}

/* The reverse colors used in the sidebar */ 

.reverse {color: #ffffcc;}
		
a.reverse:link {color: #eec85f;}

a.reverse:visited {color: #fd5f1c;}

a.reverse:active {text-decoration: underline;}

p.update {font-style: italic; border-top: medium solid #008000;}
		
.left {position: fixed; top: 1em; left: 1em; bottom: 1em;  
	       width: 250px; background: #008000; color: #ffffcc;
       }
.left-content{padding: 1em;}

.right {position: absolute; top: 1em; left: 280px; right: 1em;}
		
	
