body {
  color: #669999;
  background: #000033;
  background-image: url("st08_bg.gif");
  margin: 5%;
  line-height: 1.5;
}
a:link { text-decoration:underline; color:#CCCCCC }
a:visited { text-decoration:underline; color:#666666 }
a:hover { text-decoration:none; color:#666699}
p {
  line-height: 1.5;
}
H1 {
  font-size: x-large;
  margin: 0.5em 0em 0em 0em;
  padding: 0.2em 0.5em;
  border-width: thin;
}
H2 {
  font-size: large;
  margin: 2em 0em 0em 0em;
  padding: 0.2em 0.5em;
  border-width: thin;
}
H3 {
  margin: 1em 0em 1em 0em;
  padding: 0.2em 0.5em;
  border-style: solid;
  border-width: 0px 0px 1px 20px;
  border-color : #9999ff #9999ff #9999ff teal;
}
h4 {
  font-size: medium;
  margin: 0.5em 0em 0em 0em;
  padding: 0.1em 0.5em 0.1em 0.5em;
  border-style: solid;
  border-width: 0px 0px 0px 10px;
  border-color: #CCF;
}
h5 {
  font-size: medium;
  margin: 1em 0em 0em 0em;
  padding: 0.2em 0.5em;
  border-style: solid;
  border-width: 0px 0px 0px 20px;
  border-color: #99F;
}
h6 {
  margin: 1em 0em 0em 0em;
  padding: 0.2em 0.5em;
  border-style: solid;
  border-width: 1px 2px 1px 2px;
  border-color: #99F;
}
PRE {
  
  margin-left: 2em;
  margin-right: 2em;
  line-height: 1.2;
  padding: 10px;
  color: #77FFFF;
  background: #333399;
  border : 3px double #aaaaaa;
}
kbd {
  color: white;
  background-color: black;
  margin-left: 2em;
  line-height: 1.2;
}
code, tt { color: maroon ;}
em { font-style: normal; color: #F30 ;}
a:hover { color: red ;}
a[name]:hover { color: black }
BLOCKQUOTE {
  
  
  margin : 1em 1em 1em 1em;
  padding : 2px 2px 2px 2px;
border-width : 3px 3px 3px 3px;border-style : double double double double;border-color : black black black black;}
img { border-style: none ;}
.left { float: left; margin: 1em 1em 1em 0em; }
.right { float: right; margin: 1em 0em 1em 1em; }
