﻿a:link {
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}

a:visited {
    
    text-decoration: none;
    
}

a:hover
{
    text-decoration: underline;
    font-weight: normal;
    font-style: normal;
}


