A:link  {
    color : #00FF00;
	 text-decoration : none;
	 font-size : 12pt;
	 font-family : Arial;
    font-weight : bold;
}

A:visited  {
    color : #FF0000;
	 text-decoration : none;
	 font-size : 12pt;
	 font-family : Arial;
    font-weight : bold;
}

A:hover  {
	 color : #00FF00;
	 font-family : Arial;
	 font-size : 12pt;
	 font-weight : bold;
}

A:active  {
    color : #0000FF;
    font-size : 12pt;
    font-family : Arial;
    font-weight : bold;
}

BODY  {
    color : #000000;
    background-color : #FFFFFF;
    font-family : arial;
    font-size : 12pt;
}

TD  {
    font : 12pt arial;
    color : #000000;
    valign : bottom;
}

TH  {
    font : bold 12pt arial;
    color : #000000;
    valign : bottom;
}

H1  {
    font : 24pt arial;
    color : #FF0000;
    font-weight : bold;
}

H2  {
    font : 16pt arial;
    color : #FF0000;
    font-weight : bold;
}

H3  {
    font : 14pt arial;
    color : #FF0000;
    font-weight : bold;
}

H4  {
    font : 12pt arial;
    color : #FF0000;
    font-weight : bold;
}

H5  {
    font : 10pt arial;
    color : #FF0000;
    font-weight : bold;
}

H6  {
    font : 8pt arial;
    color : #FF0000;
    font-weight : bold;
}

PRE {
    color : #000000;
    background-color : #FFFFFF;
    font-family : courier;
    font-size : 6pt;
}