@charset "utf-8";
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.MagnifImage{
	background-color:#fff;
	color:#030;
	font-weight:bold;
	border:4px outset #ccc;
	text-align:center;
	padding:0;
	margin:0;
}

