
	body{
		font:normal 0.9em "Verdana";
		text-align:center;
		margin:0px;padding:0px;
		background:white;
	}
	
	
	h1,h2,h3,h4{
		font-family:"Trebuchet MS";
		
	}
	
	h1{
	font-size:220%;
	}
	
	h2{
		font-size:130%;
	}
	
	
		h3{
		font-size:110%;
	}
	
	body a{
		text-decoration:underline;	
		color:#2323ca;		
	}
	div#container{
		text-align:left;
		margin:0px auto;
		width:690px;
		
		background:white;
		
	}
	div#head{
		
		
		padding:8px;
		color:#414141;
		text-align:left;
		padding:10px;
		margin:0px 0px 20px 0px;
		border-bottom:dotted 1px  #414141;
		
	}
	
 #switch{
		text-align:center;
		padding:10px;
		background:#CCCCCC;
		font-size:130%;
	}	
	
	#switch a{
		color:#414141;
		text-decoration:none;
	}
		
	div.code{
		border:solid 1px #414141;
		width:600px;
		overflow:auto;
		margin:10px;
		
		
	}
	
		div.code pre{
			
			font:normal 12px "Lucida Console";
			
		}
		
	#footer {
		
		text-align:center;
		margin:50px auto;
	}	
