@charset "utf-8";
/* CSS Document */


.blandList a {
	color:#F00;
	text-decoration:underline;
}

.blandList a:hover {
	color: #F00;
	text-decoration:underline;
}


.blandFootLink a {
	color:#FFF;
	text-decoration:none;
}

.blandFootLink a:hover {
	color: #F00;
	text-decoration:underline;
}

