BODY {
	BACKGROUND-COLOR: #FFEEDD;

}
H1 {
        font-size: large;
        color: #efefef;
        background-color: #336699;
        line-height: 105%;


}
H2 {
        font-size: x-large;
        background-color:#0000CC;
        color:#ffffff;

}
H3 {
        font-size: large;
        background-color:#66cccc;
        color:#000000;

}
H4 {
        font-size: small;
        background-color:#336699;
        color:#efefef;
        
}
P {
        font-size: medium;
        color: #000000;
        margin-left:  20; 
        margin-right:  20;
        line-height:  1.5;

}
ul {
        font-size: medium;
        margin-left:  60px;
}
dl {
        font-size: medium;
        margin-left:  60px;
}
ol {
        font-size: medium;
        margin-left:  60px;
        line-height:  1.5em;
}
A:link {
	COLOR: #0000ff; TEXT-DECORATION: underline
}
A:active {
	COLOR: #ffcc00; TEXT-DECORATION: underline
}
A:visited {
	COLOR: #993399; TEXT-DECORATION: none
}
A:hover {
	COLOR: #00ff00; text-decoration: underline;
        font-style: italic;
}


