@charset "utf-8";
.linkwraper {
	/*	width: 100%;*/
/*	background-color: #f00;*/
	border-bottom: 1px solid #000;
	margin: 15px;
	padding-bottom: 15px;
}
.linklogo {
	float: left;
	width: 370px;
}
.linklogo img {
	display: block;
	margin: 0 auto;
	border: 0;
}
.linkitem {
	float:left;
	width: 540px;
}

.linkitem a:link, .linkitem a:visited {
 	text-decoration: none;
	color: #F60;
}

.linkitem a:hover, .linkitem a:active {
	color: #666;
	border-bottom: 1px dashed #666;
}

.feral {
	color: Fuchsia;
	font-weight: bold;
	}
	
.feral a:link, .feral a:visited {
	color: Fuchsia;
	font-weight: normal;
}

h4 {
	margin-top: 0px;
}