@charset "UTF-8";

#topics h2 {
font-weight:bold;
padding:5px;
margin:15px 0px;
font-size:120%;
color:#CC0000;
border-left:8px solid #CC0000;
border-right:8px solid #CC0000;

  }

#topics h3 {
font-weight:bold;
padding:5px;
margin:15px 0px;
font-size:110%;
color:#336699;
border-left:8px solid #999999;
border-bottom:1px dotted #999999;
clear:both;

  }

#topics p {
line-height:150%;
  }
