/* Presentation Stylesheet */ 

body { 
 background-color: #FFF;
 }
       

h1 {
 font-family: abstrakt;
 margin:0;
 padding:0px;
 color#333333;
 border-style: dotted;
 border-width: thin;
 }

h2 {
 font-family: Verdana;
 margin:0;
 padding:0px;
 color: #333333;
 border-style: solid;
 border-width: thin;
 font-size: 90%
 }

h3 {
 font-family: Arial;
 font-size: 100%
 margin:0;
 padding: 1px; background-color: #FFF;
 border-style: solid;
 border-width: 1 0;
 border-color: #000;
 color: #000;
 font-weight: Bold;
 }

h4 {
 font-family: Verdana;
 margin:0; 
 padding: 5px 0;
 font-weight: normal;
 }

h5 {
 font-family: Verdana;
 margin:0;
 padding:1px;
 background-color: #FFF; 
 border-style: dotted;
 border-width: thin;
 color: #000;
 font-size: 80%
 font-weight: normal;
 }
 

p:first-letter {
 font-size: 120%; 
 font-weight: normal;
 color:#000;
 }

p {
 color: #000;
 font-family: Verdana;
 padding: 1px; background-color: #FFF;
 border-style: dotted;
 border-width: thin;
 font-size: 80%
 }

a:visited { 
 font-family: Verdana;
 color: black; 
 text-decoration: none; 
 }


a:link { 
 font-family: Verdana;
 color: black; 
 text-decoration: none; 
 } 

a:hover { 
 font-family: Verdana;
 color: black; 
 text-decoration: underline; 
 }

