<style type="text/css">

body {
  background-attachment: fixed;   
  color: black
}

h1 {
  color: #c33;
  background: transparent;
  font-weight: bold;
  text-align: center
}

h2 {
  color: #00008b;
  background: transparent;
  font-weight: bold
}

h3 {
  color: #006400;
  background: transparent;
  margin-left: 4%;
  margin-right: 4%;
  font-weight: bold
}

h4 {
  margin-left: 6%;
  margin-right: 6%;
  font-weight: bold
}

h5 {
  margin-left: 6%;
  margin-right: 6%;
  font-weight: bold
}

ul, ol, dl, p {
  margin-left: 8%;
  margin-right: 8%
}

ul ul, table ol, table ul {
  margin-right: 1%
}

p {
  font-size:medium;
  letter-spacing:0.1ex

pre {
  margin-left: 10%;
  white-space: pre
}

a:link {
  text-decoration:none;
  color: #000080;
  background: transparent
}

a:visited {

  text-decoration:none ;
  color:olive;
  background: transparent
}

a:active {
  text-decoration:none;
  color: olive;
  background: transparent
}

a:hover {
  text-decoration:none;
  font-weight: 800 ;
  font-size: small;
  font-variant: small-caps;
  background: transparent;
  color:green
}
</style>