/* 
    Document   : default
    Created on : 8 mai 2003, 16:53
    Author     : nicolas
    Description:
        Purpose of the stylesheet follows.
*/

p {
    font-family:  FreeSans, DejaVu Sans, Bitstream Vera Sans, sans;
    font-size: 14px;
    
}

p.title {
    font-family:  FreeSans, DejaVu Sans, Bitstream Vera Sans, sans;
    font-size: 18px;
    font-weight: bold;
    background: #c8c8ea;
}


td {
    font-family:  FreeSans, DejaVu Sans, Bitstream Vera Sans, sans;
    font-size: 14px;
}

A:link {
    color: #555588;
}

A:visited {
    color: #885588;
}

A:active {
    color: #ccccee;
}

td.l1 {
    background: #ccccee;
    font-weight: bold;
}