BODY
{
}
A
{
    FONT-WEIGHT: bold;
    COLOR: midnightblue;
    TEXT-DECORATION: none
}
A:hover
{
    FONT-WEIGHT: bold;
    COLOR: white;
    BACKGROUND-COLOR: midnightblue
}


#sig A {
	FONT-WEIGHT: normal;
	COLOR: darkgray;
	TEXT-DECORATION: none;
}

#sig A:hover {
	FONT-WEIGHT: normal;
	COLOR: gray;
	TEXT-DECORATION: none;
	BACKGROUND-COLOR: transparent;

}