@media screen {
  .newsdate {
    font-weight: bold;
    color: #fff;
    background: #036;
    padding: 1px 4px;
  }
  #incut-carrier2 {
    width: 231px;
    float: right;
    margin: 0 0 8px 18px;
    background: #f0f0f0 url(/_images/design/cornerlt.gif) scroll no-repeat;
  }
  #incut-carrier1 {
    background: url(/_images/design/cornerrt.gif) right top scroll no-repeat;
  }
  #incut-carrier {
    background: url(/_images/design/cornerlb.gif) left bottom scroll no-repeat;
  }
  #incut {
    background: url(/_images/design/cornerrb.gif) right bottom scroll no-repeat;
    padding: 18px;
  }
  #incut h2 {
    color: #000;
    font-size: 100%;
    margin-top: 0;
    margin-bottom: .5em;
    text-align: center;
  }
  #incut a:link, #incut a:visited, #incut a:active, #incut a:hover {
    color: #000;
    text-decoration: none;
  }
}
@media print {
  .newsdate {
    font-weight: bold;
  }
}