 


A{
  text-decoration : none;
  color : #00ff00;
  background-color : black;
}
P{
  font-size : small;
}
BODY{
  color : white;
  background-color : black;
  font-size : small;
  line-height : 1.4em;
}
A:VISITED{
  color : #10af10;
  background-color : black;
  text-decoration : none;
}
A:HOVER{
  color : red;
  background-color : black;
  text-decoration : none;
}
A:ACTIVE{
  color : red;
  background-color : black;
  text-decoration : none;
}
H1{
  color : white;
  background-color : black;
  font-weight : lighter;
}
H2{
  font-weight : lighter;
  text-decoration : none;
  border-top-color : gray;
  border-left-color : gray;
  border-right-color : gray;
  border-bottom-color : gray;
  margin-top : auto;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : auto;
  border-top-width : thick;
  border-right-width : thick;
  border-bottom-width : thick;
  border-left-width : thick;
  border-style : solid solid solid solid;
  color : white;
  background-color : gray;
}
H3{
  font-weight : lighter;
  border-bottom-style : solid;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  color : white;
  background-color : gray;
  border-top-width : medium;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : medium;
  border-color : gray gray gray gray;
}
H4{
  font-weight : lighter;
  margin-top : 2.5em;
}
H5{
  font-weight : lighter;
}
TD{
  font-size : small;
}
.caution{
  font-weight : normal;
  color : yellow;
  background-color : black;
  text-decoration : underline;
}
PRE{
  font-size : x-small;
}
UL{
  list-style-type : circle;
  line-height : 1.4em;
}
OL{
  list-style-type : decimal;
  line-height : 1.4em;
}
.caption{
  font-size : xx-small;
  font-weight : lighter;
}
TABLE{
  line-height : 1.4em;
}
