/*links.css*/
/********************************************************************Universal*/
a:focus {
	outline: none;
}

a#fb:link,a#fb:visited {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #3B5998;
}

a#fb:hover {
	border-bottom: solid 1px #3B5998;
}

a.list:link,a.list:visited {
	text-decoration: none;
	font-size: 13px;
	color: #f06523;
}

a.list:hover {
	border-bottom: solid 1px #444;
}

a.nav:link,a.nav:visited {
	display: block;
	width: 127px;
	padding-top: 8px;
	padding-bottom: 1px;
	margin-left: 28px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #444;
	border-bottom: solid 1px #666;
}

a.nav:hover {
	color: #f06523;
}

a.in:link,a.in:visited {
	text-decoration: none;
	color: #f06523;
}

a.in:hover {
	border-bottom: solid 1px #000;
}

a.yh:link,a.yh:visited,a#tomap:link,a#tomap:visited,a#mail:link,a#mail:visited {
	text-decoration: none;
	font-size: 12px;
	color: #f06523;	
}

a.yh:hover,a#tomap:hover,a#mail:hover {
	border-bottom: solid 1px #444;
}

a#bad:link,a#bad:visited {
	text-decoration: none;
	color: #f06523;
}

a#bad:hover {
	border-bottom: solid 1px #000;
}

a.dev:link,a.dev:visited {
	text-decoration: none;
	color: #777;
}

a.dev:hover {
	color: #06f;
	border-bottom: dotted 1px #999;
}
/****************************************************************END Universal*/
/************************************************************************Index*/
a#vouch:link,a#vouch:visited {
	text-decoration: none;
	font-size: 15px;
	color: #000;
}

a#vouch:hover {
	color: #f06523;
}
/********************************************************************END Index*/
/**********************************************************************Gallery*/
a#fx:link, a#fx:visited, a#me:link, a#me:visited {
	text-decoration: none;
	font-size: 11px;
	color: #777;
}

a#fx:hover {
	color: #db4b00;
}

a#me:hover {
	color: #06f;
}
/******************************************************************END Gallery*/
