.footer 
	{
		font-size: 11px;
		color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;

}

	a:link {
    		color: #FFFFFF;
		text-decoration: none;
	}

	/* visited link */
	a:visited {
    		color: #FFFFFF;
		text-decoration: none;
	}

	/* mouse over link */
	a:hover {
    		color: #00FFFF;
		text-decoration: underline;
	}

	/* selected link */
	a:active {
    		color: #FFFFFF;
		text-decoration: underline;
	}





