a:hover {text-decoration: overline;}
body.serious a:hover {text-decoration: none;}
@font-face {
    font-family: Comic;
    src: url(ComicSansMSRegular.ttf);
    font-weight:400;
}
body { font-family: Comic; background-color: #ffff99;}

body.serious {
    font-family: serif;
    background-color: white;
}
body.serious span {
    color: black !important;
}
