a:link          {
                color: #FC6200;
                font-weight: bold;
                text-decoration: none;
                }
a:active        {
                color: #FC6200;
                font-weight: bold;
                text-decoration: none;
                }
a:visited       {
                color: #FC6200;
                font-weight: bold;
                text-decoration: none;
                }
a:hover         {
                color: #FF6200;
                font-weight: bold;
                text-decoration: underline;
                }