/* CSS Document */

.alpha {
  list-style-type:lower-alpha;
}

.alpha li {
  padding-bottom:5px;
}  

.roman {
  list-style-type:lower-roman;
}

.roman li {
  padding-bottom:5px;
}    

.leftlist {
  float:left;
  padding-right:120px;
}

.leftlist a {
  color:#0000ff;
  background-color:#ffffff;
  text-decoration:underline;
}

.leftlist a:hover, .leftlist a:visited {
  color:#0000ff;
  background-color:#ffffff;
  text-decoration:underline;  
}
  
.leftlist a.llheading {
  font-weight:bold;
}
    
.rightlist {
  float:left;
}

.rightlist a {
  color:#0000ff;
  background-color:#ffffff;
  text-decoration:underline;
}

.rightlist a:hover, .rightlist a:visited {
  color:#0000ff;
  background-color:#ffffff;
  text-decoration:underline;  
}
  
.rightlist a.llheading {
  font-weight:bold;
}

.clear {
  clear:both;
}