body 
{
background-image: url("../notebook.jpg");
background-repeat: repeat-y;
background-position: top left; 
background-attachment: fixed;
font-family: sans-serif;
font-size: 24px;
font-weight: bold;
color: rgb(0,0,96)
}
h1
{
font-size: 40px;
color: navy;
font-style: normal; 
font-variant: normal; 
background-color: #B0E0E6;
text-align: center;
border: 5 ridge #B886oB;
width: auto;
margin-left: 15%;
margin-right: 15%;
background-position: top center;
}

p {padding-left: 40px;}
li {padding-left: 40px;}

td
{
font-family: "sans-serif";
border-color: navy;
font-weight: 800;
font-size: 24px;
border-style: single;
border-width: thin;
}
td.no_border
{
border-style: none;
}

td.level_I
{
border-color: palegoldenrod;
font-weight: 800;
font-size: 32px;
text-align: center;
color: palegoldenrod;
background-color: "navy";
border-style: outset;
}
td.level_A
{
font-weight: 800;
font-size: 28px;
text-align: center;
color: "navy";
background-color: "palegoldenrod";
border-style: inset;
}

td.midrow
{
font-family: "sans-serif";
font-style: Bold;
font-size: 24px;
font-weight: 700;
color: "navy";
background-color: #DAFAFF;
}

td.midrowcenter
{
font-family: "sans-serif";
font-style: Bold;
font-size: 25px;
color: "navy";
background-color: #DAFAFF;
text-align:center;
}
TD.TabellRubrik 
{
border-top: 2px solid #498ba4; 
border-right: 1px solid #000000; 
border-left: 1px solid #000000; 
border-bottom: 2px solid #094b64;
background-color:#296b84; 
color:#ffffff;
}

td.rightcol
{
font-family: "sans-serif";
font-style: normal;
text-align: right;
font-size: 24px;
color: white;
background-color: "navy";
}
A:link {

text-decoration: none; color: #990000}
A:visited {text-decoration: none; color: #CCCC33}
A:active {text-decoration: none; color: #CCCC99}
A:hover {text-decoration: overline underline; color: #AA0000; background-color: "palegoldenrod";}

#item {position:absolute; visibility:hidden; right:0px} 
#item1 {position:absolute; visibility:hidden; left:0px} 
#item2 {position:absolute; visibility:hidden; left:0px} 

 a.standout, a.standout:visited {
    display: block;
    background: #999;
    color: #fff;
    border: 0.15em solid;
    border-color: #ccc #666 #666 #ccc;
    text-decoration: none;
    padding: 0.15em 0.5em;
 }
 a.standout:hover {
    background: #aaa;
    color: #fff;
    border-color: #ddd #777 #777 #ddd;
text-decoration: none;
 }
 a.standout:active {
    border-color: #666 #ccc #ccc #666;
 }


