body {
    color: white;
    background-color: #a00000;
    font-family: sans-serif;
    padding: 5px;
}

div.body {
    background-color: #800;
    max-width: 50em;
    padding: 5px;
    margin: auto;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* a { font-family: sans-serif; } */
a:link { color: #ff4; text-decoration: none; }
a:visited { color: #fc0; text-decoration: none; }
a:hover { text-decoration: underline; }

h1,h2,h3 {
    background: #fc0;
    color: #800;
    padding: 2px;
    margin: 5px 0;
    text-align: center;
    max-width: 50em;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

img.right { float: right; margin-left: 5px; }


div.technical {
    position: absolute;
    right: 5px; bottom: 5px;
    border: 2px solid #fc0; padding: 5px;
    background-color: #800;
}

div.popup { display: none; }
div:hover div.popup { display: block; }
