A:hover { text-decoration: underline }
A:visited { color: blue; }
A.blacktext:visited { color: black; }
A.bluetext:visited { color: blue; }

.blacktext
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #000000;
   text-decoration: none
}

.bluetext
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: blue;
   text-decoration: none
}

.boldtext
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: blue;
   text-decoration: none
}

.bodytext
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px
}

.date
{
   font-family: Verdana,Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: red
}

.buy
{
   FONT-SIZE: 14px; LINE-HEIGHT: 16px; COLOR: BLUE; FONT-FAMILY: arial,verdana,helvetica,sans-serif;
}

.APCAnchor
{
   FONT-SIZE: 11px; LINE-HEIGHT: 16px; COLOR: BLUE; FONT-FAMILY: arial,verdana,helvetica,sans-serif;
}
:link IMG, :visited IMG { border: 0px }
A.bodytext:link IMG { border: 1px solid black }
A.bodytext:visited IMG { border: 1px solid black }

