body {
    background-color: rgba(253, 253, 253, 1);
    color: black;
    font-family: 'Kanit', sans-serif;
    font-size: 1.35em
}


a:link {
    color: black;
    text-decoration: none;

}

a:visited {
    color: black;
    text-decoration: none;
}

a:hover {
    color: darkgray;
    /*text-decoration: underline;*/
}

a:active {
    text-decoration: underline;
}
