@charset "utf-8";
#thumb img:hover {
	border-color:#0000FF;
	border-width:3px;
}

#thumb img {
	border-color: white;
	border-width:3px;
}

#link a {
	color:#0066FF;
	text-decoration:underline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
}

#link a:hover {
	color:#0066FF;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
}