BODY {
  color: black;
  background: url("dliba.jpg") white;
  font-family: sans-serif
}

H1 { text-align: center;
     align: center;
     border-color: blue;
     border-style: groove;
     border-width: 10pt;
     padding-top: 5pt;
     padding-bottom: 5pt;
     padding-right: 10pt;
     padding-left: 10pt;
     padding-color: red;
     font-family: serif;
     font-style: italic;
     font-weight: bold;
     background: cyan;
     color: blue
}

H2, H3 {
     border-style: raised;
     border-color: green;
     border-width: 4pt;
     font-family: serif
}
     

H2, H4 { font-style: italic }
H2 EM, H4 EM { font-style: normal }

.leftimage {
   float: left;
   margin: 2em
}

.nofloat { clear: both }
