/* bosci_stark.css */

a { text-decoration: none}
:link {color: #993333 ; } /*unvisited links*/
:visited {color: #666666 ; } /*visited links*/
:active {color: #ffff00 ; } /*when link is clicked */
:hover {color: #cc6666 ; } /*hover color*/

body, p, h1, h2, h3, h4 {margin-top: 0 ; margin-bottom: 0 ; font-family: arial, georgia, helvetica, verdana ; }

h2, h3, h4 { text-align: left ; font-weight: normal ; color: #330000 ; }

body {font-weight: normal ; background: #ffffff ;}
h1 {text-align: right ; font-size: 400% ; font-weight: 700 ; color: #eeeeee ; margin-left: .5cm ; }
h2 {font-size: 125% ; margin-left: .5cm ; }
h3 {font-size: 85% ; margin-left: .5cm ; }
h4 {font-size: 80% ; margin-left: 2cm ; }
h5 {text-align: right ; }
h6 {text-align: left ; font-size: 150% ; color: #990000 ;}

h5 {margin-top: 0 ; margin-bottom: 0; font-size: 100% ;  color: #444444 ; font-weight:550 ; }

pre { font-family: monospace; font-weight:400 ;}
