@charset "utf-8";
/* CSS Document */
#content p{
	margin-bottom:10px;
	}
#content h3{
	border-bottom:1px dotted #ccc;
	margin-bottom:20px;
		}
	#content section section{
		margin-bottom:10%;
		}
		
#side{text-align:left;}
#side li{
	list-style:inside;
	}
#side h2{
	border-bottom:1px solid #DDD;
	font-weight:normal;
	margin-bottom:20px;
	padding-bottom:5px;
	font-size:110%;
	}
#side section li:hover {
     background:none ; 
}	
#side section li a:hover {
     text-decoration:underline; 
}	
#side section {
    border: none;
}
@media screen and (min-width:480px){}
@media screen and (min-width:768px){}
@media screen and (min-width:1000px){}