<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: #03c;
	text-decoration: none;
	}
A:visited{
	color: #03c;
	text-decoration: underline;
	}
A:active{
	color: #03c;
	text-decoration: none;
	}
A:hover{
	color: #03c;
	text-decoration: underline;
	}

/* float hack */

.clearfix:after{
	content: "";
	clear: both;
	display: block;
	}
</pre></body></html>