                                                    body { 
background-color: black; 
background-image: url(hg-1.jpg); 
background-repeat: no-repeat; 
background-attachment: scroll; 
background-position: 4cm 1cm 
} 

#navi1 { 
position:absolute; 
top: 55mm; 
left: 45mm; 

height: 100mm; 
width: 13mm; 

background-color:; 

} 



a.navi1{ 
margin-right: 3mm; 
margin-left: 3mm; 
color: black; 
font-family: Viner Hand; 
font-size: 25px; 
} 


/*text*/

.text { font-family:  Verdana, Arial; font-size: 12px; color: #000000;}
.text2 { font-family:  Verdana, Arial; font-size: 12px; color: #000000;}
.headline { font-family:  Verdana, Arial; font-size: 11px; font-weight : bold; color: #000000; text-align:left; }
.title { font-family:  Verdana, Arial; font-size: 14px; font-weight : bold; color: #000066; text-align:left; }
.title2 { font-family:  Verdana, Arial; font-size: 16px; font-weight : bold; color: #000066; text-align:left; }

#text { 
position:absolute; 
top: 55mm; 
left: 90mm; 

height: 115mm; 
width: 21cm; 

overflow: auto; 
color: #13102e; 
font-family: Times New Roman; 
font-size: 17px; 

scrollbar-base-color: black; 
scrollbar-arrow-color: black; 
scrollbar-darkshadow-color: white; 
scrollbar-face-color: black; 
scrollbar-highlight-color: white; 
scrollbar-shadow-color: white; 
scrollbar-track-color: black; 
} 

a:link{
  font-size: 16px;
  color: black;
}

/*links*/
A.link 
{
 font-size:12px;
 font-family:  Verdana, Arial;
 color: #000000;
 text-decoration: none;
 }
A.link:hover 
{
 font-size:12px;
 font-family:  Verdana, Arial;
 color: #000000;
 text-decoration: underline;
 }
A.link:visited 
{
 font-size:12px;
 font-family:  Verdana, Arial;
 color: #000000;
 text-decoration: none;
 }