BODY{
    color: #000066;
    background-color: #FFFFFF;
}
H1{
    color : black;
    background-color : silver;
    text-align : center;
    border-top-color : white;
    border-right-color : white;
    border-bottom-color : white;
    border-left-color : white;
    padding-top : 4px;
    padding-right : 4px;
    padding-bottom : 4px;
    padding-left : 4px;
    border-top-style : groove;
    border-right-style : groove;
    border-bottom-style : groove;
    border-left-style : groove;
    border-top-width: 4px;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
}
H2{
    color : black;
    background-color : white;
    text-align : left;
    border-top-color : black;
    border-right-color : black;
    border-bottom-color : black;
    border-left-color : black;
    padding-top : 2px;
    padding-right : 2px;
    padding-bottom : 2px;
    padding-left : 2px;
    border-style: double;
    border-top-width : 3px;
    border-right-width : 3px;
    border-bottom-width : 3px;
    border-left-width : 3px;
}
H3{
    color : white;
    background-color : black;
    text-align : left;
    border-top-color : silver;
    border-right-color : silver;
    border-bottom-color : silver;
    border-left-color : silver;
    padding-top : 1px;
    padding-right : 1px;
    padding-bottom : 1px;
    padding-left : 1px;
    border-top-style : inset;
    border-right-style : inset;
    border-bottom-style : inset;
    border-left-style : inset;
    border-top-width : 2px;
    border-right-width : 2px;
    border-bottom-width : 2px;
    border-left-width : 2px;
}
HR{
    color: #000066;
    height: 3px;
}
P{
    color: #000066;
}
A{
    color: #3399FF;
    text-decoration: underline;
}
A:VISITED{
    color: #666666;
    text-decoration: underline;
}
A:HOVER{
    color: #3399FF;
    text-decoration: underline;
    font-style : italic;
}
A:ACTIVE{
    color: #FF9933;
    text-decoration: underline;
}
UL{
    color: #009999;
    list-style-image : url(l_b12.gif);
    list-style-position: outside;
}
UL UL{
    list-style-image : url(l_b12a.gif);
}
OL{
    list-style-type : upper-alpha;
}
OL OL{
    list-style-type : lower-alpha;
}
TH{
    color: #FFFFFF;
    background-color: #003399;
}
TD{
    color: #000066;
    background-color: #FFFFFF;
}