.divClass {
  margin-bottom: 10px;
}

body {
  background-color: #e6e6e6;
  font-family: Lucida Grande, Verdana, Lucida, Arial, Helvetica, sans-serif;
  font-size: 15pt;
}

.smText {
  font-size: 9pt;
}

.smFont {
  color: #990000;
  font-size: 9pt;
}

.smRed {
  color: #CC0000;
  font-size: 9pt;
}

a:link, a:visited, a:active {
  color: #cc0000; 
  text-decoration: none;
}

a:hover { 
  text-decoration: underline; 
}

.priceLink:link, .priceLink:visited, .priceLink:active {
  color: blue;
}

.priceLink:hover { 
  text-decoration: underline; 
}




