﻿.StandardText
{
  font-family: Verdana;
  font-size: 10px;
  color: black;
}

.SmallText
{
  font-family: Verdana;
  font-size: 8px;
  color: black;
}

.LargeText
{
  font-family: Verdana;
  font-size: 14px;
  color: black;
}
  A:link { text-decoration: <u>; color: #339933; font-family: arial; font-size: 10pt; font-weight: bold }
A:active { text-decoration: <u>; color: #33CC33; font-family: arial; font-size: 10pt; font-weight: bold }
A:visited { text-decoration: <u>; color: #336633; font-family: arial; font-size: 10pt; font-weight: bold} 

  a:hover{text-decoration: <u>; color: #33CC33; font-family: arial; font-size: 10pt; font-weight: bold }
  a.myhover a:hover{color: green;}
