BODY{
 color: #339933;
 background-attachment : fixed;
 background-color : #fffafa;
}
H1{
 color: #009900;
 background-color: #99CC99;
 background-image : url(green1.gif);
 text-align: center;
 padding-top: 10px;
 padding-right: 0px;
 padding-bottom: 10px;
 padding-left: 0px;
}
H2{
 color: #009900;
 background-color: #99CC99;
 text-align: center;
 padding-top: 7px;
 padding-right: 0px;
 padding-bottom: 7px;
 padding-left: 0px;
}
H3{
 color: #009900;
 text-align : left;
 padding-top: 4px;
 padding-right: 0px;
 padding-bottom: 4px;
 padding-left: 0px;
 font-size : large;
 font-weight : 700;
 background-color : #ffc8c8;
}
HR{
 color: #73C663;
 height: 3px;
}
P{
 color: #339933;
}
A{
 text-decoration: underline;
}
A:VISITED{
 text-decoration: underline;
}
A:HOVER{
 text-decoration: underline;
 font-weight : 700;
}
A:ACTIVE{
 text-decoration: underline;
}
UL{
 color: #339933;
 list-style-image : url(l_green1.gif);
 list-style-position: outside;
}
TH{
 color: #CCFF99;
 background-color: #009900;
}
TD{
 color : green;
}