html  body { 
margin : 20px 30px 0 30px; 
background-image : url(../img/dbass2.png); 
background-repeat : no-repeat;
background-position : 1000px 200px;
background-attachment : fixed;
background-color : #d3d3d3;}
 
div#head { 
width : 100%; 
height : 63px; 
margin-top : 1%; 
margin-bottom : 8%; 
border-bottom : thin solid green; 
font-family : DejaVuSansExtraLight;
font-style : italic; 
font-size : 3.5em; 
text-align : right; 
} 
 
a:link  {
text-decoration : none; 
color : #008080; 
}
a:visited  {
text-decoration : none; 
color : #008080; 
}
a:hover { 
text-decoration : none; 
color : #600; 
}

div#navi { 
position : fixed; 
border-left : 1px dotted #060; 
background-color : #d3d3d3; 
top : 200px; 
left : -10px; 
width : 90px; 
padding : 10px; 
margin-left : 5%; 
margin-top : 2%; 
text-align : left; 
} 
p#copy { 
clear : both; 
font-family : FreeMono; 
font-style : italic; 
color : #060; 
text-align : right; 
padding : 10px; 
} 
div#navi .hier { 
border-bottom : 1px dotted; 
color : red; 
} 
p, pre { 
margin : 10px 0 10px 10px; 
font-size : 14px; 
font-family : BitstreamVeraSerif; 

color : #696969;
line-height : 1.5em;
} 
h2, h4, h3 { 
margin : 0; 
font-style : italic; 
}
h3, h4, h2 {
margin: 0;
color : #708090;
}
h5 {
margin : 20px 20px 20px 20px; 
font-size : 14px; 
line-height : 1.5em;
font-style : italic;
color : #060;
}
