A:link    {text-decoration: none}
A:visited {text-decoration: none}
A:active  {text-decoration: none}
A:hover   {text-decoration: underline}

h1 {
    font-size: 15pt;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-top: 5px;
}

.infobox {
    border-top: black 1px solid;
    border-bottom: black 1px solid;
    border-left: black 1px solid;
    border-right: black 1px solid;
    background-color: #ffffc0;
}

code {
    color: darkorange;
}

em {
    color: forestgreen;
}
