<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Side Boxes */

aside {
  
}

aside strong.heading {
  display:block;
  padding:10px 10px 10px 10px;
  font-size:12px;
  font-weight:bold;
  color:#0e0d0d;
  background:url('../img/aside_heading.png') repeat-y left top;
}

aside h3 {
  float:left;
  width:174px;
  margin:10px 0px 10px 10px;
  font-size:13px;
}

aside .date {
  float:left;
  width:91px;
  margin:10px 0px 0px 0px;
  padding:10px 0px;
  font-size:11px;
  font-weight:bold;
  background:#f0f0f0;
  color:#4b4b4b;
  text-align:center;
}
</pre></body></html>