@charset "utf-8";
/* CSS Document */
.linkLine {
	border: 1px solid #c7e7f9;
	margin:6px;
	padding: 6px;
	float: left;
	height: 33px;
	width: 91px;
    color: #5c9ee7;
	text-decoration: none;
}
.linkLine img{
	height: 31px;
	width: 89px;
	margin:1px;
}
.linkLine a{
	font-size: 14px;
	color: #5c9ee7;
	text-decoration:underline;
}
.linkLine a:hover {
	font-size: 14px;
	color: #FF0000;
	text-decoration:underline;
}
