/*
   Supplerende stylesheet for www.qatanngut.dk/materiale/links.html m.fl.
   Forfatter: Finn Johannessen
   Revideret: 18-1-2006
*/

a:link {
    color: #000055;
    text-decoration: none;
}

a:visited {
    color: #000055;
    text-decoration: none;
}

a:hover {
    color: #000055;
    background-color: #FFFF99;
    text-decoration: none;
}

a:active {
    color: #DD0000;
    text-decoration: none;
}

table.liste {
    width: 100%;
}

td.column {                         
    vertical-align: top;
    width: 33%;
    padding: 5px;
    border: solid #00DDFF;
    border-width: 0px 0px 0px 3px;
    font-size: 12px;
    line-height: 20px;
    background: #00FFFF;
}

td.column_left {                    /* som column, men uden lodret streg til venstre */
    vertical-align: top;
    width: 33%;
    border: none;
    padding: 5px;
    font-size: 12px;
    line-height: 20px;
    background: #00FFFF
}

