/* CSS Document */
<!--

a:link
{
text-decoration: none;
color: #000000;
font-style:Arial;
font-weight: regular;
}

a:visited
{  
text-decoration: none; 
color: #000000;
font-style:Arial; 
font-weight: regular;
}

a:active
{
text-decoration: none; 
color: #000000; 
font-style:Arial;
font-weight: regular;
text-decoration: underline;
}

body
{
font-family: Arial; 
font-size: 12px; 
color: #333333;
}

p 
{
font-family: Arial;
font-size: 12px; 
color: #333333;
}

td 
{
font-family: Arial;
font-size: 12px; 
color: #333333;
}

li 
{
font-family: Arial; 
font-size: 12px; 
color: #333333;
}

h1
{
font-family: Arial; 
font-size: 16px;
color: #6699CC;
}

.title
{
font-family: Arial; 
font-size: 18px;
color: #6699CC;
font-weight: bold;
}

.menu
{
font-family: Arial;
font-size: 10px;
color: #000000;
font-weight: none;
}

.the_site
{
font-family: Arial;
font-size: 10px;
color: #000000;
font-weight: none;
}

.viktigt
{
font-family: Arial;
font-size: 11px;
color: #FF9900;
font-weight: none;
}

a:hover
{
text-decoration: underline;
}

body {
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #e6e6e6;
scrollbar-3dlight-color: #e6e6e6;
scrollbar-arrow-color: #333333;
scrollbar-track-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
}


-->
