html, body {
   background: #fff;
   color: #000;
}

html, body, h2, h3, h4, div, p, ul, li, input {
   font-family: Arial, Helvetica, sans-serif;
}





	#mainright {
		width:33%;
		float:left;
		padding-bottom:10px;
		}

	#maincenter {
		width:34%;
		float:left;
		padding-bottom:10px;
		}

	#mainleft {
		width:33%;
		float:left;
		padding-bottom:10px;
		}

	#banner {
		text-align: center;
		}

	#one {
		width:20%;
		float:left;
		padding-bottom:10px;
		}

	#two {
		width:20%;
		float:left;
		padding-bottom:10px;
		}

	#three {
		width:20%;
		float:left;
		padding-bottom:10px;
		}

	#four {
		width:20%;
		float:left;
		padding-bottom:10px;
		}

	#five {
		width:20%;
		float:left;
		padding-bottom:10px;
		}

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






H1 {text-align: center}




A:link, :visited { text-decoration: underline; }
A:link:focus, :visited:focus { color: green; background: #fff;}
A:link { color: #00f; background: #fff;}
A:visited { color: #008; background: #fff;}
A:link:hover, :visited:hover { color: blue; background: #ff0;}
A:link:active, :visited:active { color: red; background: #fff;}



	
.greek {
	color:#999;
	}
	
ol {
	margin-right:40px;
	}
li {
	margin-bottom:10px;
	}
	
.whiteout {
   background: #fff;
   color: #fff;
}


a img { color: #fff; }         /* hide the border in Netscape 4 */
@media all {                   /* hide from Netscape 4 */
   a img { color: inherit;     /* undo the rule above */
   border: none;               /* hide from Netscape 4 */
   }
}



