/* Customization for Top Menu Links*/

.menu a:link {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}

.menu a:visited {
  text-decoration: none;
  color: #666666;
  font-weight: bold;
}

.menu a:hover {
  text-decoration: none;
  color: #123456;
  font-weight: bold;
}

.menu a:active {
  text-decoration: none;
  color: red;
  font-weight: bold;
}

/* Customization for Normal White Background Links*/

.white a:link {
  text-decoration: none;
  color: #123456;
  font-weight: bold;
}

.white a:visited {
  text-decoration: none;
  color: #666666;
  font-weight: bold;
}

.white a:hover {
  text-decoration: none;
  color: #67656B;
  font-weight: bold;
}

.white a:active {
  text-decoration: none;
  color: red;
  font-weight: bold;
}

/* Customization for Footer Links*/

.foot a:link {
  text-decoration: none;
  color: #D8D8D8;
  font-weight: bold;
}

.foot a:visited {
  text-decoration: none;
  color: #999999;
  font-weight: bold;
}

.foot a:hover {
  text-decoration: none;
  color: #666666;
  font-weight: bold;
}

.foot a:active {
  text-decoration: none;
  color: #999999;
  font-weight: bold;
}

/* Customization for Finance Site Links*/

.fin a:link {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}

.fin a:visited {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}

.fin a:hover {
  text-decoration: none;
  color: #393840;
  font-weight: bold;
}

.fin a:active {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}