A:link{
	Font-Family : "MS Sans Serif", Arial , sans-serif;
	Font-Size : 6pt;
	text-decoration:none;
	Color : #CC99FF;
	}

A:visited{
	Font-Family : "MS Sans Serif", Arial , sans-serif;
	Font-Size : 6pt;
	text-decoration:none;
	Color : #CC99FF;
	}

A:active{
	Font-Family : "MS Sans Serif", Arial , sans-serif;
	Font-Size : 6pt;
	text-decoration:none;
	Color : #ff6600;
	}

A:hover{
	Font-Family : "MS Sans Serif", Arial , sans-serif;
	Font-Size : 6pt;
	text-decoration:none;
	Color : #ff6600;
	}


@media print {
    .dontPrintMe{display : none;}
    }

