﻿
.Overskrift
{
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    font-family: tahoma;
}

.Tekst
{
 
    color: #000000; 
    font-weight: normal;
    font-size: 10px;
    /*text-transform: uppercase;*/
    font-family: tahoma;
}
.Tekst_Graa
{
 
    color: #333333; 
    font-weight: normal;
    font-size: 10px;
    /*text-transform: uppercase;*/
    font-family: tahoma;
}
.Tekst_Fed
{
 
    color: #333333; 
    font-weight: normal;
    font-size: 10px;
    /*text-transform: uppercase;*/
    font-family: tahoma;
}
.Overskrift_Fed
{
    color: #333333; 
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    font-family: tahoma;
}

