@charset "utf-8";
/* CSS Document 
   Colorado Community College System
   stylesheet by Tracy Hughes
   multiple column layout
*/

div.multiCol {
  float: left;
  line-height: 185%;
  width: 18em;
}

/* clear float after lists */
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

ol li a {
  color: #1c1c19;
  display: block;
  width: 10em;
  text-decoration: underline;
}
ol li a:hover {
  color: #FFF; 
  background-color: #534741; /* brown */
}




