﻿@charset "utf-8";
/* CSS Document */
#txt_link {
	clear: both;
	text-align: center;
	color: #C8C8C8;
	height: 24px;
	width: 100%;
}
#txt_link a{
	padding-right: 3px;
	padding-left: 3px;
	color: #C8C8C8;
}
#txt_link a:hover{
	text-decoration: underline;
}
