a:link {
    color: #00aeff;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
  }


a:visited {
    color: #00aeff;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
  }

a:hover {
    color: #DD6900;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
  }