
.topics
{
  display:          block;
  list-style-type:  none;
  width:            600px;
  margin-left:      auto;
  margin-right:     auto;
  text-align:       left;
}

.topics li
{
  border-bottom:    1px #23236B solid;
  padding-top:      20px;
  padding-bottom:   10px;
  font-weight:      bold;
}

.doc_title
{
  color:            #23236B;
  font-size:        160%;
}

.emphasis
{
  color:            #008000;
}

.leftsideimg
{
  float:            left;
  margin-right:     20px;
}

.clearance
{
  line-height:      .1em;
  clear:            both;
}

a:link, a:visited
{
  color:            #DA45A5;
}

a:hover
{
  color:            #00FFFF;
}

