﻿
a.footer:link {
	color: #193171;
	text-decoration: underline;
}     /* unvisited link */
	
a.footer:visited {
	color: #193171;
	text-decoration: underline;
}  /* visited link */

a.footer:hover {
	color: #193171;
	text-decoration: underline;
}   /* mouse over link */

a.footer:active {
	color: #193171;
	text-decoration: underline;
}   /* selected link */ 

