* {  
  margin: 0;
  padding: 0;
  border: 0;
}

body  {
  font: 80%/175% Verdana, Arial, Helvetica, sans-serif;
  color: #000;
}

#all  {
  text-align: justify;
}

#header, span.article-info, #right, #footer, a.more, form {
  display: none;
}

.not-show {
  display: none;
}

a {
  text-decoration: none;
  color: #000;
}

div.article h2  {
  font-size: 180%;
  padding: 12px 0 0 0;
  line-height: 140%;
  font-weight: normal;
}

div.article h3  {
  padding: 25px 0 10px 0;
  font-size: 120%;
  line-height: 140%;
  margin-bottom: -10px;
}

div.article h4  {
  padding: 15px 0 0 0;
  font-size: 100%;
  line-height: 140%;
  margin-bottom: -10px;
}

div.article p {
  line-height: 180%;
  margin: 10px 0;
}

div.article p img {
  width: 248px;
  float: left;
  margin: 5px 10px 0 0;
  border: 1px solid #ccc;
}

ul  {
  margin: 15px;
}