body {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	background: #ddd;
	padding:0px;
	margin:0px;
	}

p,h1,pre {
	margin:0px 10px 10px 10px;
	}

p {
	float: left;
	clear: both;
	}
	
h1 {
	font-size:1.0em;
	padding-top:0.9em;
	}	

a {
	text-decoration:none;
	font-weight:bold;
	color:#c00;
	}
	
a:hover {
	text-decoration: underline;
	color:#b00;
}

.menuitem {
	text-decoration:none;
	font-weight:bold;
	color:#c00;
	}

.submenuitem  {
	text-decoration:none;
	font-weight:bold;
	color:#c00;
	font-size : smaller;
	margin-left : 20px;	
}		
	
pre {
	font-size:11px;
	color:blue;
	}
	
.greek {
	color: #999;
	text-align: right;
	margin: 10px 10px 0px 0px;
	display: block;
	padding-bottom: 5px;
	}

.credit {
	color:#999;
	font-size : smaller;
	margin-right : 10px;
	text-decoration: none;
	}

.legend {
	font-size:11px;
	color:blue;
	}

	
ol {
	margin-right:40px;
	}
li {
	margin-bottom:10px;
	}
	
.footerC {
    text-align: center;
}	
	