.indkast_table {
        width:200px;
}

.indkast_overskrift {
        background-color:#ffcc00;
        color:#000000;
        border:1px solid black;
}

.indkast_tekst {
        font-family: arial, verdana, sans-serif;
        font-size:10px;
        background-color:#ffffcc;
        color:#000000;
        border-bottom:1px solid black;

}

.indkast_tekst a {
        color:#000000;
        text-decoration:none;
        font-weight:bold;
}

.indkast_tekst a:hover {
        color:#990000;
}


