/* the text area */
BODY {
/*        margin-top:0px; */
/*        margin-left:0px; */
        margin-right:15px;
        text-align: justify;
        color: black;
        font-family: helvetica, sans-serif;
        font-size: 12pt;
}

.PMARGIN {
        margin-right:30px;
        margin-left:15px;
}


H1 {	text-align: center;
	text-indent: 2px;
	background: #475B8A;
        font-weight: normal;
	color: white;
        font-size: 22pt;
}

H2 {	text-indent: 5px;
	background: #475B8A;
        font-weight: normal;
	color: white;
        font-size: 16pt;
}

H2 a:hover {	
	color: white;
}





.rubrik {
	background: #475B8A;
        font-weight: normal;
	color: white;
        font-size: 16pt;
}

.rubrik:hover {
        color: white;
        text-decoration: none;
}

H4 {	
	background: #475B8A;
        font-weight: normal;
	color: white;
        font-size: 10pt;
}



/* link colors */
a:link {
        color:black;
}

a:visited {
        color:black;
}

a:hover {
        color: #475B8A;
/*        text-decoration: none;*/
}



.t4 {
        font-style: italic;
        font-size: 14pt;
}

.t3 {
        font-weight: bold;
        font-size: 13pt;
}

code {
        font-family: courier, monospace;
        font-weight: bold;
        font-size: 11pt
}

