body {
background-color:#fff;
color:#333;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:90%;
line-height:1.3em;
}

blockquote, pre {
  font-family: Monaco, "courier new", courier;
  line-height: 1.5em;
  background: #f1f1f1;
  margin: 10px;
  font-size: 12px;
  padding: 10px;
  overflow: auto;
}

strong {
  font-weight: bold !important;
}

#sub {
  color: #666;
  margin: 60px 0 20px 0;
}
#sub a {
  color: #633;
}
#sub p {
  font-size: 11px;
  font-family: helvetica;
}

textarea {
height:400px;
width:97%;
}

del {
    color: #999;
    background-color: #ddd;
}

ins {
    background-color: #cfc;
    text-decoration: none;
    color: #000;
}