﻿a
{
  color: #007896;
  text-decoration: underline;
}

a:hover
{
  text-decoration: none;
}

a.black
{
  color: #000000
}

a.gray
{
  color: #b4b4b4;
  font-size: 12px;
}

a.strong
{
  font-weight: bold;
}