/*
 * Standalone CSS style
 */

body {
    background-color: #ed7e00;
    color: black;
    font-size: 10pt;
    font-family: sans-serif;
    margin-left: 21%;
    margin-right: 28%;
}

.hint {
    border: 1px solid #333333;
    border-top: 0px;
    border-bottom: 0px;
    font-family: italic;
    color: #333333;
    padding: 1em;
    margin: 1em;
}

.menu {
    font-size: 80%;
}

.menu a {
    font-style: bold;
    margin-left: 0.5em;
    margin-right: 0.5em
}
.menu a:hover {
    background-color:white;
    color: #ed7e00;
}

div.date {
    font-size: 80%;
    font-style: italic;
}

h1, h2 {
    font-family: sans-serif;
    border: 1px solid black;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    margin-top: 0.5em;
}

h1 {
	font-size: 200%;
}
h2 {
	font-size: 160%;
}

a {
    color: white;
    text-decoration: underline;
}

a:visited {
    color:#d0d0d0;
}

li {
    margin: 1em;
}

p {
    text-align: block;
}

