@charset "UTF-8";
.linktxtwrap {
	float: left;
	width: 148px;
	height: 472px;
	font-size: 0.6em;
	overflow: auto;
	padding-top: 8px;
	margin-top: 10px;
	margin-left: 5px;
	font-weight: lighter;
	border: 4px double #373331;
	padding-left: 7px;
}
.linktxtwrap a {
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
}
.linktxtwrap a:hover {
	background-repeat: no-repeat;
	background-position: left center;
	color: #F8F8F8;
	background-color: #383832;
	border: 1px solid #383832;
}
.linktxtwrap a:active {
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #383832;
}
.linktxtwrap p {
	margin-bottom: 4px;
	margin-left: 5px;
}
.header {
	font-size: 2.5em;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 5px;
}
