/* Style for Reservoir2 home page */

A:link {color : blue}
A:visited {color : #9999FF}
A:active {color : red}

body {
  font-family: sans-serif;
  color: black;
  background-color: #E0E0EA;
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
}

th, td { /* ns 4 */ font-family: sans-serif;}

h1, h2, h3, h4, h5, h6 { font-family: serif; text-align: center; color: black }
h1 { font-size: 280% }
h2 { font-size: 230% }
h3 { font-size: 200% }
h4 { font-size: 170% }
h5 { font-size: 140% }
h6 { font-size: 120% }

.hide { display: none }

pre { margin-left: 2em }
pre, code { font-family: monospace } /* navigator 4 requires this */

dt, dd { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */
dt { font-weight: bold }

div.titel {display: block;
           clear: both;
           color: inherit;
           background-color: #D0A0A0;
           border-style: solid;
           margin: 0.5em;
           padding: 1px}





