@import "default.css";

body {
  width:100%;
  height:auto;
  font-family:"Georgia";
  font-size:14px;  
  line-height:17px;
}

#head, #catBox, #footer, .artRightColumn, #pager {
  display:none;
}

#content h1 {
  font-size:22px;
  font-weight:bold;
  line-height:22px;
  margin-bottom:15px;
  margin-top:15px;
  clear:both;
}

#content h1 strong {
  display:block;
  font-style:italic;
  font-size:14px;
}

#content h2 {
  font-size:11px;
  font-weight:bold;
  margin-bottom:3px;
}

#content h2 a {
  color:#F3CA79;
  text-decoration:none;
}

#content h2 a:hover {
  text-decoration:underline;
}

#content ul {
  font-size:11px;
  margin:0px 0px 15px 10px;
  padding:0px 0px 0px 10px;
}

#content ul ul {
  margin-bottom:0px;
}

#content ul li {
  padding:0px 0px 0px 0px;
  list-style:disc;
}

#content ol {
  font-size:11px;
  margin:0px 0px 15px 20px;
  padding:0px 0px 0px 10px;
  list-style:decimal;
}

#content ol ol {
  margin-bottom:0px;
}

#content h2 {
  font-size:14px;
  font-weight:bold;
  margin:0px 0px 10px 0px;
}

#content h3 {
  font-size:11px;
  font-weight:bold;
  margin:0px 0px 10px 0px;
}

#content h4 {
  font-size:11px;
  font-weight:bold;
  color:#ffffff;
  margin:15px 0px 10px 0px;
}

#content p {
  margin:0px 0px 10px 0px;
}

#content td {
  padding:3px;
}

