.link_box {
	padding-left:20px;
	margin-bottom:25px;
}
.link_name {
	color:#666;
	font-weight:bold;
	margin-top:10px;
}

.link_box a {		overflow: hidden; text-decoration: underline;margin-left:40px;}
.link_box a:link { 	color: green; text-decoration: underline;}
.link_box a:visited { 	color: green; text-decoration: none;}
.link_box a:hover { 	color: red; text-decoration: underline;}
.link_box a:active {	color: green;}

.respect {
	color:#006600;
	font-weight:bold;
	float:right;
	margin-right:20px;
}