.highlight
{
  background-color: lightblue;
  text-decoration: underline;
}

.important
{
  font-weight: bold;
  font-size: 2.1em;
}

.alignLeft { float:left; margin-right:15px; margin-bottom:15px; }
.alignRight { float:right; margin-left:15px; margin-bottom:15px; }
