h1
{
    font-family: Tahoma, Arial;
    color: rgb(25,25,112);
    font-size: 20pt;
    font-weight: normal;
}

h2
{
    font-family: Tahoma, Arial;
    color: rgb(25,25,112); 
    font-size: 14pt;
    font-weight: normal;
}



a
{
    color: rgb(205,38,38);
    text-decoration: none;
}

a.hover
{ 
    color: rgb(205,38,38);
    text-decoration: underline;
}

a.active
{
    color: rgb(205,38,38);;
    text-decoration: underline;
}

a.visited
{
    color: rgb(205,38,38);;
}



a.navi
{
    color: rgb(25,25,112);
    text-decoration: none;
}

a.navi:hover
{ 
    color: rgb(25,25,112)
}

a.navi:active
{
    color: rgb(25,25,112);
}

a.navi:visited
{
    color: rgb(25,25,112);
}

a.white
{
    color: rgb(255,255,255);
    text-decoration: none;
    font-size: 10pt;
    font-family: Tahoma, Arial;
    font-weight: bold;
}


.logo
{
    background: rgb(25,25,112);
}

.head
{
    font-size: 40pt;
    font-family: Pepita MT, Tahoma, Arial;
    background: rgb(25,25,112);
    color: rgb(255,255,255);
    font-weight: bold;

}

.navigation
{
    font-size: 11pt;
    font-family: Tahoma, Arial;
    background: rgb(255,255,255);
    color: rgb(25,25,112);
    font-weight: bold;

}

.bodytext
{
    font-family: Tahoma, Arial;
    font-size: 11pt;
    color: rgb(25,25,112);
}

.small
{
    font-family: Tahoma, Arial;
    font-size: 8pt;
    color: rgb(25,25,112);
}

.red
{ 
    background: rgb(205,38,38);
}

.blue
{
    background: rgb(25,25,112);
}