/* Sheme:
    darkblue: #0036ff
    text: #1f5fc9
*/
body {
    padding: 0; margin: 0;
    height: 100%;
    background: white;
    color: black;
    font-size: 12pt;
    font-family: "DejaVu Sans", Verdana /* DejaVu is linux font ;-) */
}

/* Common layout */
#wrap {
    width: 400px;
    margin: auto;
    margin-top: 5%;
}

/* Heads */
h1 {
    text-align: center;
    padding-bottom: 2em;
    font-size: 30pt;
    padding: 0; margin: 0;
    color: black;
    font-family: Tahoma;
}
h1 span {
    color: red;
}
h2 {
    border-bottom: 1px dotted #5176AF;
    font-size: 1em;
    width: 100%;
    margin: 0;
    font-size: 13pt;
    font-family: Tahoma;
}

h2 a {
    color: #294065;
    text-decoration: none;
    font-size: 1em;
}
h2 a:hover {
    color: #5E86C3;
}
h2.subtitle {
    font-size: 1.2em;
    text-align: center;
    border: none;
}

/* Text */
p {
    margin: 0;
    margin-bottom: 1.5em;
    font-size: 0.9em;
}

p a {
    color: #1f5fc9;
    text-decoration: none;
    padding: 5px;
    margin-right: 1em;
}

p a:hover {
    padding: 4px;
    border: 1px solid #1f5fc9;
}
p a.back {

}
