/* 
    Document   : styles
    Created on : 29. November 2003, 15:31
    Author     : peter
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body {
    font-family: Arial;
}

h1 {
    font-family: Arial;
}

A {
    font-family: Arial;
    color: #666666;
    font: bold;
}

A.dl {
    font: bold 11px;
}