body {
	font:	12px/1.2 Arial, Helvetica, sans-serif;
	color:	#666666;
	background-color:#fff;
/*
	background-image:url(_images/main_back.gif);
	background-repeat: repeat-x;
	background-position:top;
*/
	padding:0px;
	margin:0px;
}
a {
	text-decoration:none;
	font-weight:normal;
	color:#666;
}
a:hover {
/*
	color:#ccf;
*/
	color:#999;
}
	
pre {
	font-size:11px;
	color:blue;
}
	
.greek {
	color:#999;
}
	
ul {
	margin-top:20px;
	margin-left:inherit;
	margin-right:0px;
	margin-bottom:0px;
}