*{
	margin: 0;
  padding: 0;
  border: 0;
}
body { 
  color: #000000;
}
html {
  font-family: helvetica;
}
a {
  text-decoration: none;
  color: #000;
}
img{
	width: 100%;
}
ul li {
  list-style: none;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after{
	clear: both;
}

.pages{ width: 100%; height:auto; overflow: hidden; font-size: 0.52rem; text-align: center; padding:1em 0; text-align:center;}
.pages a { margin:2px; padding:5px 8px; border:1px solid #000000; color:#000000; text-decoration:none;}
.pages a:hover { border:1px solid #ff0000; color:#ff0000; }
.pages a:active { border:1px solid #009900; color:#6A6A6A; }
.pages span { margin:2px; padding:5px 8px; border:1px solid #CFCFCF; color:#CFCFCF; }
.pages span.current { margin:2px; padding:5px 8px; border:1px solid #CFCFCF; font-weight:bold; color:#fff; background-color:#CFCFCF;}
.pages .pagination li{display:inline-block !important;margin-bottom:20px;}
pre{
white-space: pre-wrap;           /* css-3 */
white-space: -moz-pre-wrap;      /* Mozilla, since 1999 */
white-space: -pre-wrap;          /* Opera 4-6 */
white-space: -o-pre-wrap;        /* Opera 7 */
word-wrap: break-word;           /* Internet Explorer 5.5+ */
}