/* 
    Document   : jostyle
    Created on : 9-nov-2016, 22:38:52
    Author     : Herman
    Description:
        Purpose of the stylesheet follows.
*/

#omkaderlijn{
        border-style: solid;
        border-color: white;
        border-width: 5px;
}
root { 
    display: block;
}

body{
    background-color: black;
    color: #ffffff;
}
div.links{
    text-align: left;
}
div.rechts{
    text-align: right;
}

