body 
{
background-color: #003366;
color: #ffffff;
}

a:link {color: #ffffff;text-decoration: none}
a:visited {color: #ffffff;text-decoration: none}
a:hover {color: #aaaaaa;text-decoration: underline}
a:active {color: #aaaaaa}


div.meny 
{
width: 15%;
text-align: left;
color: #ffffff;
font-family: verdana;
font-size: x-small;
font-weight: bold;
float: left;
}

div.mittarea
{
width: 84%;
height: 80%;
overflow: auto;
text-align: center;
color: #ffffff;
background-color: marine;
font-family: verdana;
font-size: x-small;
float: right;
border-left: dotted;
border-left-width: 2px;
}

div.huvud 
{
text-align: center;
color: #ffffff;
font-family: verdana;
font-weight: bold;
font-size: x-small;
}

div.layoutaid 
{
position: static;
}

p.menytext 
{
font-size: xx-small;
font-weight: normal;
}

table 
{
width: 90%;
overflow: auto;
font-size: x-small;
border-style: solid;
border-width: 1;
border-color: #006699;
color: #ffffff;
cell-padding: 0;
cell-spacing: 0;
background-color: #336699
}

td
{
border-style: solid;
border-width: 1px;
border-color: #003366;
cell-padding: 0;
cell-spacing: 0;
}

tr:hover {background-color:#003366;}