


article section{
	margin:50px auto;
	max-width:500px;
}


article section h1{
	font-size:25px;
	color:#660000;
	font-weight:bold;
	margin-bottom:20px;
	text-align:center;
}


article section li {
	padding:10px;
	list-style:circle;
	border-bottom:solid 1px #ccc;
}


article section:after{
	content:"";
	display:block;
	clear:both;
}



@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {

article section li {
	font-size:14px;
}


}
