body {
	background: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

h1, h2, h3, h4, h5 { 
    color: #800000; 
    font-family: sans-serif; 
}

span.term { 
    font-weight: bold; 
}

div.sidebar { 
    background: #F0F0F0; 
    border: 1px solid gray; 
    padding: 5px; 
    margin: 20px; 
}

pre.programlisting { 
    background: #F0F0F0; 
    border: 1px solid gray; 
    padding: 2px; 
    font-size: 10pt;
    white-space: pre;
}

h2 {
	 text-align: center;
}

span.attribution {
	font-size: small;
	font-style: italic;
}

em.citetitle {
	font-weight: bold;
}

div.navheader,div.navfooter {
	font-family: "Arial Black";
	font-size: large;
	font-stretch: condensed;
}

table.blockquote {
	border: thin dotted Lime;
}

.new {
	background: #bbffcc;
}

.remark {
	color: red;
}

