/**
* Stylesheet
* media : screen
*/

/* HTML */
body {
    background-color : #fff;
    color : #000;
    font : 10pt Verdana;
}

h1 {
    font-family : 'Trebuchet MS', Trebuchet, sans-serif;
    font-size : 1.8em;
    letter-spacing : 0.2em;
}

th {
    text-align : left;
    padding-right : 30px;
    vertical-align : top;
}

/* Layer/ID's */
#pic {
    float : right;
    padding : 0 0.5em 0 0.5em;
}

/* CSS-Classes */
.foot {
    font-size : 10pt;
}

.important {
    font-weight : bold;
}