﻿a:link {
    color:#46ecec;
    font-weight: bold;
    text-decoration: none;
        
}

a:visited {
    color: #11a2a2;
}

a:hover {
    text-decoration: underline;
}