@charset "utf-8";

/* == DEFAULT == */
a,
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #600060;
	text-decoration: underline;
}
a:hover,
a:active {
	color: #b91d1c;
	text-decoration: none;
}
/* == /DEFAULT == */

.footer a{
	color: #ffffff;

}

.footer a:hover,
.footer a:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;	
}

