body, html {
margin: 0px;
padding: 0px;
font-family: Arial;
font-size: 12px;
color: #cccccc;
background: #cccccc;
}
hr {
color: none;
background-color: brown;
height: 0px;
}
table 
{
color : #808080;
width : 100%;
height: 100%;
}
h1, h2, h3, h4, h5 {
font-family: Arial;
color: brown;
}
h1 {
font-size: 20px;
}
h2 {
font-size: 16px;
}
.header {
background-color: #ffffff; 
border-right : 1px solid #cccccc; 
border-left: 1px solid #cccccc; 
border-top : 1px solid #cccccc; 
border-bottom : 1px solid #ffffff; 
}
td.hr {
height: 10px;
width: 100%;
font-size: 10px;
background: brown;
color: #ffffff;
border-right : 1px solid brown; 
border-left: 1px solid brown; 
border-top : 1px solid brown; 
border-bottom : 1px solid #000000; 
}
a.hr {
font-size: 10px;
color: #ffffff;
text-decoration: none;
}
a:hover.hr {
font-size: 10px;
color: #000000;
text-decoration: none;
}
td.logo {
background: #ffffff url('../img/logo.jpg') no-repeat 5px 8px;
width: 150px; 
height: 120px; 
border: #ffffff;
}
td.hovedinnhold {
height: 100%;
}
.left-menu {
background: #dddddd;
font-size: 12px;
width: 200;
height: 100%;
border-right : 1px dashed #404040; 
}
.center-menu {
height: 100%;
font-size: 12px;
color: #000000;
background: #eeeeee;
height: 100%;
}
.right-menu {
height: 100%;
background: #dddddd;
font-size: 12px;
width: 200;
height: 100%;
border-left: 1px dashed #404040; 
}
.right-menu a {
text-decoration: underline;
}
.copyright {
background: #cccccc; 
font-size: 12px;
border-top: 1px solid #000000; 
}
a {
color: #404040;
text-decoration: none;
}
a:hover {
color: #808080;
text-decoration: none;
}