h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
}

body {
    font-family: Candara, Verdana, sans-serif;
}

table {
    border: 1px solid black;
    border-collapse: collapse;
}

td, th {
    padding: 5px 10px;
}


#tabell1 {
    background-color: #ffcccc;
}

.tabell2 {
    background-color: #ffcc99;
}

.tabell2 tr:first-child {
    border-bottom: 2px solid black;
}

.tabell2 tr:last-child {
    background-color: black;
    color: white;
    font-style: italic;
}

#gron-text {
    color: #009900;
    text-align: right;
}

a:hover {
    color: #ffffff;
    background-color: #000000;
}

