a:active
{
	Color: blue;
	}

a:hover
{
	Color: #CC0033! important;
; text-decoration: underline}

a:link
{
	Color: blue! important;
}

a:active
{
	Color: #CC0033! important;
}


