html, body, iframe, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
  margin: 0;
  padding: 0;
  border: 0;
}

/*** COMMON ***/
body{
  font-family:arial;
  color:#1D1D1D;
  font-size:12px;
  background-color: #FFF;
  margin-left: 20px;
  margin-top: 20px;
}

.left{
  float:left;
}
.hide{
    display: none;
}
.box {
    margin: 20px 20px 0 0;
    padding: 0 0 0 15px;
    border: 1px solid #dddddd;
    float: left;
    overflow: hidden;
    width: 250px;
    height: 250px;
}
.content{
  width: 100%;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  font-size: 13px;
  margin: 0;
  padding-right: 16px;
  padding-top: 16px;
  overflow-x: hidden;
  overflow-y: auto;
  height: 227px;
}
.box img{
  width:150px;
  height:150px;
}

a{
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

.box a {
  color: #444;
  font-size: 9px;
  text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
#foot{
  padding: 20px 0 20px 0;
  clear: both;
  font-size: 12px;
}
#foot a{
  font-size: 12px;
}
h1{
  padding-top: 10px;
}
p{
  padding-top: 20px;
}
h1,a, p, #foot{
  color:#1D1D1D;
  font-weight: normal;
}
.nourl{ display:none;} /* antispam */
