a{
    text-decoration: none;
    color: rgb(78, 145, 207);
    font-weight: bolder;
}
a:hover{
    text-decoration: underline;
}