* {
    margin: 0;
    background: transparent;
    white-space: normal;
}

body {
    font-family: sans-serif;
    background-color: #FFFFFF;
    color: #000033;
    margin: 5px;
}

a {
    text-decoration: none;
    border-bottom: 1px dotted;
}
a:link      {}    /* unvisited link   */
a:visited   {}    /* visited link     */
a:hover     {
    text-decoration: underline;    /* mouse over link  */
    border-bottom: none;
}
a:active    {
    text-decoration: underline;    /* selected link    */
    border-bottom: none;
}

h1,
h2,
h3,
h4,
h5,
h6
h7,
h8,
h9 {
    text-align: center;
    margin-top: 1em;
}

hr {
    width: 75%;
}

img {
    border-style: none;
}

p {
    margin-left: 1em;
    margin-right: 1em;
}
.geek {
    font-family: monospace;
    font-size: smaller;
}

.text {
}

.centered {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}

.foreign {
    font-style: italic;
}


