/* 
    Document   : standard
    Created on : 16.feb.2011, 14:08:43
    Author     : Odd
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
h1{
    color: dodgerblue;
    font-family: sans-serif;
    font-variant: small-caps;
    text-decoration: underline;
}
h2{
    color: dodgerblue;
    font-family: sans-serif;
    font-variant: small-caps;
}
h3{
    color: dodgerblue;
    font-family: sans-serif;
    font-variant: small-caps;
}

a{
    text-decoration: none;
    
}

