A
{
    COLOR: darkblue;
    FONT-FAMILY: Arial;
    FONT-SIZE: 14px;
    TEXT-DECORATION: Underline
}
A:hover
{
    COLOR: blue;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bolder
}
BODY
{
    BACKGROUND-COLOR: white;
    font-color: darkblue;
}
H1
{
    FONT-FAMILY: Arial Bold, cursive;
    font-color: darkblue;
    FONT-SIZE: 12pt
}
TABLE.test
{
    BACKGROUND-IMAGE: url(drawings.jpg);
    BACKGROUND-POSITION: center center;
    BACKGROUND-REPEAT: no-repeat;
    font-color: darkblue;
    p: Sans Serif
}

H2
{
    COLOR: darkblue;
    FONT-FAMILY: Arial;
    FONT-SIZE: 12pt
}
H3
{
	COLOR: darkblue;
    FONT-FAMILY: Arial;
    FONT-SIZE: 10pt;
    
    
}
P
{
    COLOR: darkblue;
    FONT-FAMILY: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
A:active
{
    COLOR: darkblue;
    FONT-WEIGHT: bolder
}
A:selected
{
    COLOR: darkblue;
    FONT-WEIGHT: bolder
}