a {
  font-family: Times New Roman, Helvetica, sans-serif; 
  color: gray;
  font-weight: normal;
  font-size: 14pt; 
  text-decoration: none;
  cursor: hand; 
  visited: grey;
}

a:hover {
  color: black;
  cursor: hand; 
}

.bodyText
{
    font-family: Times New Roman, Helvetica, sans-serif; 
    font-size: 14pt; 
    color: #333333; 
    font-weight: normal; 
    text-decoration: none
}

.bodyLargeText
{
    font-family: Times New Roman, Helvetica, sans-serif; 
    font-size: 16pt; 
    color: #333333; 
    font-weight: normal; 
    text-decoration: none
}

.bodySmallText
{
    font-family: Times New Roman, Helvetica, sans-serif; 
    font-size: 10pt; 
    color: #333333; 
    font-weight: normal; 
    text-decoration: none
}

.bodyHeading
{
    font-family: Times New Roman, Helvetica, sans-serif; 
    font-size: 23pt; 
    color: #333333; 
    font-weight: normal; 
    text-decoration: none
}

.largeLink {
  font-family: Times New Roman, Helvetica, sans-serif; 
  color: gray;
  font-weight: normal;
  font-size: 16pt; 
  text-decoration: none;
  cursor: hand; 
  visited: grey;
}

.smallLink {
  font-family: Times New Roman, Helvetica, sans-serif; 
  color: gray;
  font-weight: normal;
  font-size: 10pt; 
  text-decoration: none;
  cursor: hand; 
  visited: grey;
}
