body {
  padding-left: 1em; padding-right: 1em;
  font-family: Georgia, "Times New Roman", Times, serif;
  color:black; background-color: #ffffcc;
}
div, p, br {text-align: justify; } 
h1 { font-size: 3em }
h2 { font-size: 2.5em }
h3 { font-size: 2em }
h4 { font-size: 1.5em }
h5 { font-size: 1em }

a:link,
a:visited { color: blue; text-decoration: none}
a:hover { color: purple; text-decoration:underline; font-size: 1.1em}
a:active { color: red; text-decoration:underline}
a img {border: none} 

input.submit {color: maroon; font-weight: bold; background: #CCFFCC none;}
input.reset {color: #c09; font-size: 90%; background: #CCFFCC none;}
input.text {color: black; background: #FFFAFA none;}
select, textarea {color: black; background: #FFFAFA none;}

pre {
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
  font-family: Verdana, Arial, Helvetica, Swiss, Futura, sans-serif;
  font-size: 10px; color: DarkSlateGray ;
}

