<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**********************
common.css
**********************/
A:link{
	color: #f52c2c;
	text-decoration: underline;
}
A:visited{
	color: #f52c2c;
	text-decoration: underline;
}
A:active{
	color: #f52c2c;
	text-decoration: none;
}
A:hover{
	color: #f52c2c;
	text-decoration: none;
}

/* float hack */

.clearfix{
	zoom: 100%;
}
.clearfix:after{
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;

	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
/*\*/
* html .clearfix{
	height: 1em;
	overflow: visible;
}
/**/



#foot{
	margin: 0 auto;
	padding: 10px 0;
	width: 980px;
}
#foot #share{
	margin: 0 auto 15px auto;
	width: 980px;
}
#foot #share p.facebook{
	float: left;
	width: 49%;
	text-align: right;
}
#foot #share p.twitter{
	float: right;
	width: 49%;
	text-align: left;
}
#foot p.rights{
	font-size: 1.1em;
	text-align: center;
}

#fancybox-content{
	border-color: #0c6969 !important;
}

#overlay{
	display: none;
}</pre></body></html>