@charset "utf-8";
/* CSS Document */

.list-topper{
	list-style-type: none;
}

.img-title{
  text-decoration:underline;
  font-style:italic;
  text-align:center;
}

.padding-10{
  padding-bottom: 10px;
}

.padding-20{
  padding-bottom: 20px;
}

.wlim-576{
  max-width:576px;
  margin:auto;
  display:block;
}

img{
  width:100%;
}

div p{
  text-align:justify;
}

h2{
	text-decoration:underline;
	padding-bottom:10px;
}

hr{
	width:20%;
   border: none;
   height: 1px;
   background-color: #666;
}
