body { 
font-family: Tahoma, Arial, sans-serif;
background-color: #ffffff;
margin-left: 0;
margin-right: 0;
margin-top: 2%;
margin-bottom: 2%;
color: #666666;
font-size : 100%;
}

P, TD, LI, UL, Table {
font-family : Tahoma, Arial, sans-serif;
font-size : 100%;
}

/* this group sets the normal link colors 384c5f*/
A:LINK {
color : #cc0000;
font-weight : bold;
text-decoration: none;
}
A:VISITED {
color : #cc0000;
font-weight : bold;
text-decoration : none;
}
A:HOVER {
color : #000099;
font-weight : bold;
text-decoration : underline overline;
}
A:ACTIVE {
color : #cc0000;
font-weight : bold;
text-decoration : none;
}



/* This sets the special navigation area link properties background bdcad6  tekst 384c5f*/

.navigation {
text-align: center;
padding-top: 2px;
padding-bottom: 2px;
}

a.nav:link {
text-decoration:none;
color:#ffffff;
font-weight : bold;
width: 150px;
padding: 1px;
border: 1px solid #000099;
background-color: #cc0000;
}

a.nav:active {
text-decoration:none;
color:#ffffff;
font-weight:bold;
width: 150px;
padding: 1px;
border: 1px solid #000099;
background-color: #cc0000;
}

a.nav:visited {
text-decoration:none;
color:#ffffff;
font-weight:bold;
width: 150px;
padding: 1px;
border: 1px solid #000099;
background-color: #cc0000;
}

a.nav:hover {
text-decoration:none;
color:#ffffff;
font-weight: bold;
width: 150px;
background-color: #000099;
padding: 1px;
border: 1px solid #ffffff;
}
