BODY{
  color : black;
  background-color : white;
  
}
H1{
  color : maroon;
  
  
  text-align: center;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-top-style : none;
  border-top-color : teal;
  list-style-type : disc;
  list-style-position : outside;
}
H2{
  color : teal;
  
  
  text-align: center;
  padding-top: 7px;
  padding-right: 0px;
  padding-bottom: 7px;
  padding-left: 0px;
  border-top-style : solid;
  border-top-color : teal;
}
H3{
  color : teal;
  
  
  text-align: center;
  padding-top: 4px;
  padding-right: 0px;
  padding-bottom: 4px;
  padding-left: 0px;
  border-top-style : solid;
  border-top-color : teal;
; }
HR{
  color : teal;
  height: 3px;
}
P{
  color : #663333;
}
A{
  color : navy;
  text-decoration: underline;
}
A:VISITED{
  
  text-decoration: underline;
  
}
A:HOVER{
  color : #ff0b85;
  text-decoration: underline;
}
A:ACTIVE{
  color : aqua;
  text-decoration: underline;
}
UL{
  color : teal;
  list-style-image : url(NEWS11/l_p05.gif);
  list-style-position: outside;
}
TH{
  color: #FFFFCC;
  background-color : teal;
}
#ID{
  color : black;
  background-color : #add6d6;
  font-size : x-small;
}