
/*a {
	color: #ddd;
	outline: none;
	text-decoration: none
}
a:hover {
	color: #fff;
}
*/

#demo {
/*	width: 804px;*/
	width: 700px;
	margin: 0 auto;
	margin-top: -50px;
	cursor: pointer;
}
.mf a,
.mf div.caption {
	color: #012d6c;
	font-weight: bold;
	text-decoration: none;
}
.mf a:hover {
	text-decoration: underline;
}

