TABLE {  

    font-family: Arial;

    font-size: 11px;

	color: #FFFFFF

}

A:LINK {

	color: #FFFFFF;

	text-decoration : none;

}

A:ACTIVE {

	color: #FFFFFF;

	text-decoration : none;

}

A:VISITED {

	color: #FFFFFF;

	text-decoration : none;

}

A:HOVER {

	color: #cccccc;

	text-decoration : underline;

}

