a {
    color: #483c32;
    text-decoration: none;
}
a:hover {
    color: #e42217;
    text-decoration: underline;
}
a[rel~="external"]::after {
    content: "⤤";
    font-size: 8pt;
    position: relative;
    top: -0.5em;
}
/* tkhtml does not support CSS string functions
a[href^="https://"]::after { content: "⤤"; }
a[href^="http://"]::after { content: "↝"; }
footer a[href^="https://"]::after { content: ""; }
footer a[href^="http://"]::after { content: ""; }
*/
article {
    margin-left: 0.5em;
    margin-right: 0.5em;
}

aside {
    clear: both;
    float: right;
    width: 15%;
    font-size: 0.6em;
    padding: 0.3em;
    border: 1px solid black;
    background-color: #e9f7ef;
}
aside > ul {
    padding: 0 1em;
}
body {
    margin: 0px;
    font-family: sans-serif;
}

.centered { text-align: center; }


dt {
    margin-top: 0.3em;
    font-weight: bold;
}

.right { float: right; }

/*.header, article { margin: 1em; }*/

header {
    padding: 0.5em 0.5em 0;
    background-color:#e42217;
    color:white;
    padding-top:1px;
}
header a { color:  #fbeee6; }
header a:visited { color:  #f6ddcc; }
header a:hover { color:  #483c32; }

footer {
    margin-top: 3em;
    padding-left: 0.5em;
    padding-right: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    height: 22px;
    line-height: 20px;
    vertical-align: center;
    background-color:#483c32;
    color:white;
}
footer a { color: #e9f7ef; }
footer a:visited { color:  #d4efdf; }

p, li, td, th {
    font-size: 120%;
}

td { padding-right: 1ex; }

small.right { padding-right: 0.5em; }
