@charset "UTF-8";
/* CSS Document */

.link-box:link {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	background-color: #505050;
	display: block;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}
.link-box:visited {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	background-color: #505050;
	display: block;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}
.link-box:hover {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	background-color: #1B6699;
	display: block;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}
.link-box:active {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	background-color: #1B6699;
	display: block;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}
.text-link:link {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.text-link:visited {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.text-link:hover {
	font-size: 12px;
	color: #1B6699;
	text-decoration: none;
	font-weight: bold;
}
.text-link:active {
	font-size: 12px;
	color: #1B6699;
	text-decoration: none;
	font-weight: bold;
	outline:none;
}
a:active, a:focus {
	outline:0;
	-moz-outline-style: none;
}
