@import url(common.css);

div#c {
 width: 850px;
 margin: auto;
 text-align: left;
}
div#l {
 width: 598px;
 float: right;
 padding-left: 2px;
 border-left: 1px dotted #f7f7f7; /* nearly invisible line */
}
div#r {
 width: 200px;
 float: right;
 padding-right: 2px;
 color: inherit;
 background-color: #f7f7f7;
}
div#pagetop {
 margin: 0 0 10px 0;
 width: auto;
 padding: 10px 10px 0 10px;
}
h1 { font-size: 3em; }
img {
 display: none;
 visibility: hidden;
}
div#news div {
 margin-bottom: 1px;
}
div#news span, div#news div {
 color: black;
 background-color: white;
}
div#news div div p {
 color: black;
}
div#news div div {
 float: left;
}
div#r ul li.tm {
 list-style-type: bullet;
}
@media screen {
 div.reset {
  padding-top: 3px;
  font-size: 2em;
 }
}
@media print {
 div.reset {
  visibility: hidden;
  display: none;
 }
 div#r {
  visibility: hidden;
  display: none;
 }
}
