  <style>
  .title  {
  font-family : Verdana;
  color : #336633;
  font-size : 40pt;
  text-shadow: 3px, 3px, 5px, red ;
  }

  .prodtitle  {
  font-family : Verdana;
  color : #CC0066;
  font-size : 18px;
  text-shadow: 3px, 3px, 5px, red ;
  }

a {
  font-family : Verdana;
  color : blue;
  font-size : 10px;
  font-weight : bold;
  text-decoration: none;
  }

   a:hover  {
  color : #880000;
  }

  a.navtext  {
  font-family : Verdana;
  color : #ff0000;
  font-size : 10px;
  font-weight : bold;
  text-decoration: none;
  }

  a:hover.navtext  {
  color : #880000;
  }

  .text  {
  font-family : Verdana;
  color : #660000;
  font-size : 13px;
  font-weight : normal;
  line-height : 18px;
  }

  .largetext  {
  font-family : Verdana;
  color : #660000;
  font-size : 16px;
  font-weight : bold;
  line-height : 20px;
  }

  .smalltext  {
  font-family : Verdana;
  color : #660000;
  font-size : 10px;
  font-weight : bold;
  line-height : 12px;
  }

  .boxtext  {
  font-family : Verdana;
  color : #CC0066;
  font-size : 12px;
  font-weight : normal;
  line-height : 15px;
  border-width: 3;
  border-color: #CC0066;
  border-style: solid;
  text-align: center;
  }

  .sectiontitle  {
  font-family : Verdana;
  color : #660000;
  font-size : 18px;
  font-weight : bold;
  line-height : 20px;
  }
  </style>

