﻿@charset "utf-8";
#txt_link {
	clear: both;
	text-align: center;
	margin: auto;
	width: 100%;
	color: #f1f1f1;
	height: 28px;
	padding-top: 3px;
	text-indent: 0px;
}
#txt_link a{
	padding-right: 3px;
	padding-left: 3px;
	color: #f1f1f1;
}
#txt_link a:hover{
	text-decoration: underline;
}
