BODY{
  color : black;
  background-color: #DDDDFF;
}
H1{
  
  
  text-align : left;
  
  border-left-color : maroon;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-style: solid;
  border-top-width: 0px;
  border-right-width : 0px;
  border-bottom-width : 2px;
  border-left-width: 50px;
  font-size : medium;
  font-weight : 600;
  text-indent : 0%;
  
  border-bottom-color : maroon;
}
H2{
  color : #000040;
  
  text-align : left;
  
  border-left-color : #000040;
  padding-top : 1px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  border-style: solid;
  border-top-width: 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-left-width : 30px;
  font-size : small;
  font-weight : 600;
  text-indent : 20px;
  border-bottom-color : #000040;
  background-color : #ffffff;
}
H3{
  color: #CCCCCC;
  background-color: #003333;
  text-align: center;
  border-right-color: #660000;
  border-left-color: #660000;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 50px;
  border-bottom-width: 0px;
  border-left-width: 50px;
}
HR{
  color: #CCCCCC;
  height: 3px;
}
A{
  color: #006666;
  text-decoration: underline;
}
A:VISITED{
  color: #666666;
  text-decoration: underline;
}
A:HOVER{
  color: #006666;
  text-decoration: underline;
  font-style : italic;
}
A:ACTIVE{
  color: #999900;
  text-decoration: underline;
}
UL{
  
  
  list-style-position: outside;
  list-style-type : disc;
}
TH{
  
  
border-style : none none none none;}
TD{
  
  
border-style : none none none none;
  margin-top : 3px;
  margin-left : 3px;
  margin-right : 3px;
  margin-bottom : 3px;
  vertical-align : super;
}
.title{
  text-align : center;
  font-size : medium;
  font-weight : bold;
  color : maroon;
  background-color : #ffffff;
}
.copyright{
  font-size : small;
  font-weight : 400;
  text-align : right;
}
.minititle{
  font-size : medium;
  font-weight : bold;
  color : maroon;
  background-color : white;
  vertical-align : middle;
}
.date{
  font-size : medium;
  color : red;
  background-color : #ffffff;
}
DT{
  font-size : small;
  font-weight : 500;
  color : red;
  line-height : 2em;
  background-color : #ffffff;
  margin-left : 20px;
}
P{
  font-size : small;
  font-weight : 400;
  text-align : left;
  
  margin-left : 20px;
}
