﻿.StandardText
{
  font-family: Verdana;
  font-size: 10px;
  color: white;
}

.SmallText
{
  font-family: Verdana;
  font-size: 8px;
  color: white;
}

.LargeText
{
  font-family: Verdana;
  font-size: 14px;
  color: white;
}

a
{
  color:white;
  text-decoration: underline;
}

a:hover
{
  color:blue;
  text-decoration:none;
}
