A
{
    COLOR: forestgreen;
    TEXT-DECORATION: none;
}
A:hover
{
    COLOR: red;
}
H1
{
    BACKGROUND-COLOR: powderblue;
    COLOR: darkmagenta;
    TEXT-ALIGN: center;
}
H2
{
    BACKGROUND-COLOR: powderblue;
    COLOR: darkmagenta;
}
H3
{
    BACKGROUND-COLOR: powderblue;
    COLOR: darkmagenta;
}
BODY
{


    FONT-FAMILY: Arial;
    FONT-SIZE: 100%;
    TEXT-ALIGN: justify;

}
H4
{
    COLOR: darkviolet;
}
H5
{
    BACKGROUND-COLOR: powderblue;
    COLOR: darkviolet;

}
PRE
{
    COLOR: darkblue;
}
TABLE
{

    FONT-FAMILY: Arial;

}
DIV
{
    TEXT-ALIGN: justify;

}
H6
{
    BACKGROUND-COLOR: powderblue;
    COLOR: darkviolet;
}
DD{
}
small {
	color: #666600
}
