header{
	background-color: #264301;
	border: 5px dotted #d3e3b6;
	color: #d3e3b6;
	font-family: sans-serif;
	padding: 10px 0px 10px 5px;
	font-size: 200%;
	font-weight: bold;
	border-radius:10px;


}

body{
	background-color: #d3e3b6;
	margin-left:60px;
	margin-right:60px;
}



h2{
	background-color: #82b21e;
	padding: 0px 0px 0px 5px;
	font-family: sans-serif;
	color: 	#252e09;
	border-bottom: 2px solid #252e09;
	border-radius: 0px 10px 10px 0px; 
}

p,ul {
	font-size:110%;
}

img{
	background-color: #eaf2da;
	padding: 7px;
	border-radius: 20px 0px;
	box-shadow:  3px 3px 3px rgba(122,122,122,0.5);	
}

#screw, #axton{
	background-color: #eaf2da;
	padding: 3px;
	border-radius: 10px 10px;
	
	
}

div.img_center{
	text-align:center;
	padding: 3px;
	border-radius: 10px 10px;	
	
}

div.img_right{
	float:right;
}

blockquote{
	font-size:110%;
	font-style:italic;
	border-left: 2px solid #252e09;
	padding: 0px 0px 0px 10px;
}
