HTML {
FONT-FAMILY: Arial, sans-serif;
FONT-SIZE: 12 pt;
FONT-WEIGHT: normal;
FONT-COLOR: blue;
}

BODY {
FONT-FAMILY: Arial, sans-serif;
FONT-SIZE: 12 pt;
FONT-WEIGHT: normal;
FONT-COLOR: blue;
}

TABLE {
FONT-FAMILY: Arial, sans-serif;
FONT-SIZE: 12 pt;
FONT-WEIGHT: normal;
FONT-COLOR: blue;
}

TD {
FONT-FAMILY: Arial, sans-serif;
FONT-SIZE: 12 pt;
FONT-WEIGHT: normal;
FONT-COLOR: blue;
}

P {
FONT-FAMILY: Arial, sans-serif;
FONT-SIZE: 12 pt;
FONT-WEIGHT: normal;
FONT-COLOR: blue;
}

:link {
	COLOR:blue;
	TEXT-DECORATION: none;
}
:visited {
	COLOR:blue;
	TEXT-DECORATION: none;
}
A:hover {
	COLOR: #008000;
	FONT-WEIGHT: normal;
}

a[name]:hover {
        font-weight: normal;
}