
.container {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	min-width: 640px;
	max-width: 760px;
}

.penta{
    clear: both;
    font-size: 15px;
    line-height: 9px;


}



p.box {
   border-bottom: 1px dotted ;
}

.example4 {
  text-decoration: line-through;
}
footer{
	margin-top: 30px;
	clear: both;
	text-align: center;
}

.category {
	float: left;
	width: 47%;
	min-width: 300px;
	font-size: 15px;
}

.category + .category {
	float: right;
	}


img {
	max-width: 100%;
	height: auto;
}


@media only screen and (max-width: 760px) {


.category {
	float: none;
	min-width: 100px;
	width: 100%;
	line-height: 30px;

}

}
a:hover img
{
opacity:0.9;
filter: alpha(opacity=30);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
}
 a{
      text-decoration: none!important;
    }