/* 
    Document   : kort
    Created on : 30-11-2008, 15:41:53
    Author     : Lars
    Description:
        Purpose of the stylesheet follows.
*/

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

body, BODY {
    background-color: tan ;
    font-family:      "Tahoma" ;
    color:            darkslategray ;
    font-size:        medium ;
}



H1,h1 {
    color:royalblue ;
    font-size: 2em ;
    padding: 0.83em ;
    margin: 0.83em ;
}

H2,h2 {
    color:royalblue ;
    font-size: 1.75em ;
    margin: .83em 0 ;
}

H3,h3 {
    color:royalblue ;
    font-size: 1.50em ;
    margin: .5em ;
}

/* odd items 1,3,5,7,... */
table tr.odd th,
.odd {
    background: #E5E5E5;
}

/* even items 2,4,6,8,... */
table tr.even th,
.even {
    background: #D5D5D5;
}

