@charset "utf-8";
/* CSS Document */

.footer{  font-family:  Verdana, Arial; font-size: 11px; font-style: normal; line-height: 140%; font-weight: normal; color: #000000; text-decoration: none;}

a:link.footerlink, a:active.footerlink {
	color: red;
	text-decoration: none;
	font-family:  Verdana, Arial;
	font-size: 11px; 
	font-style: normal; 
	line-height: 140%; 
	font-weight: normal;
}
a:hover.footerlink {
	color: maroon;
	text-decoration: underline;
}

a:visited.footerlink {
	color: maroon;
}

