BODY{
  color : black; 
  background-image : url(check.gif);
  background-repeat : repeat;
  background-attachment : fixed;
  line-height : 150%;
  margin-left : 3em;
  margin-right : 3em;
}
H1{
  line-height : 100%;
  color : navy;
  border-left-width : 30px;
  border-left-style : solid;
  border-bottom-width : 3px;
  border-bottom-style : solid;
  padding-left : 10px;
  border-bottom-color : #0066cc;
  border-left-color : #0066CC;
  border-right-width : 30px;
  border-right-style : solid;
  border-right-color : #0066cc;
  border-top-width : 3px;
  border-top-style : solid;
  border-top-color : #0066cc;
  text-align : center;
  list-style-type : disc;
  list-style-position : outside;
}
H2{
  line-height : 100%;
  color : navy;
  border-left-width : 20px;
  border-bottom-width : 3px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #0066CC;
  border-bottom-color : #0066CC;
  border-top-width : 3px;
  border-top-style : solid;
  border-top-color : #0066cc;
  text-align : center;
  border-right-width : 20px;
  border-right-style : solid;
  border-right-color : #0066cc;
  background-color : #ffffea;
  padding-left : 5px;
  padding-right : 5px;
  padding-top : 8px;
  padding-bottom : 5px;
}
H3{
  line-height : 100%;
  color : navy;
  padding-left : 3px;
  border-left-width : 10px;
  border-left-style : solid;
  border-left-color : #0066CC;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #0066cc;
  font-weight : bold;
  margin-top : 3em;
  background-color : #f7f7f7;
}
H4{
  line-height : 100%;
  color : navy;
  border-bottom-width : 1px;
  border-bottom-style : none;
  border-bottom-color : #0066cc;
  border-left-width : 10px;
  border-left-style : solid;
  border-left-color : #0066cc;
  margin-top : 2em;
  padding-left : 5px;
}
H5{
  line-height : 100%;
  color : #db920b;
  font-size : small;
  font-weight : bold;
  border-left-width : 5px;
  border-left-style : solid;
  border-left-color : #db920b;
  margin-bottom : 0em;
  padding-left : 5px;
}
TH{
  color : white;
  background-color : #0066cc;
  text-align : center;}
TD{
  margin-top : 1em;
  margin-left : 1em;
  margin-right : 1em;
  margin-bottom : 1em;
  color : black;
  text-align : center;
}
UL{
  list-style-image: url(l_check.gif);
  list-style-position: outside;
  margin-bottom : 1.5em;
  padding-left : 1.0em;
}
LI{
  margin-top : 1em;
  margin-left : 1em;
  margin-right : 1em;
  margin-bottom : 1em;
}

