BODY
{ 
  font-size: 13px;
  color: #1d4776;
  font-family: Arial;
}
.textBlue
{
  font-size: 13px;
  color: #1d4776;
  font-family: Arial;
  text-decoration: none;
}
.textBlackB
{
  font-weight: bold;
  font-size: 13px;
  color: #404040;
  font-family: Arial;
  text-decoration: none;
}
.textWhiteB
{
  font-weight: bold;
  font-size: 13px;
  color: #fff7e5;
  font-family: Arial;
  text-decoration: none;
}
.textHistory
{
  font-size: 11px;
  color: #1d4776;
  font-family: Arial;
  text-decoration: none;
}
.menu
{
  font-weight: bold;
  font-size: 18px;
  color: #F8AB2C;
  font-family: Arial;
  text-decoration: none;
}
.menu:hover
{
  color: white;
}
.counter
{
  font-weight: bold;
  font-size: 20px;
  width: 33%;
  color: white;
  font-family: 'Courier New';
  text-align: center;
}
.copy
{
  font-weight: bold;
  font-size: 12px;
  width: 33%;
  color: black;
  font-family: Arial;
  text-align: center;
}

