@charset "UTF-8";
/* CSS Document */


html {
	font-size: 100%;
}
body {
	font-size: 0.85em;
	background: #FFF;

}
.content .txt h1 {
	font: normal 1.2em Verdana, Geneva, sans-serif;
	margin-top: 20px;
	text-align: center;
}
.content .txt p {
	font: normal 1em Verdana, Geneva, sans-serif;
	color: #000;
	margin-top: 10px;
	text-align: center;
	vertical-align: baseline;
}
.content .txt p a {
	font: normal 1em Verdana, Geneva, sans-serif;
	color: #666;
	text-decoration: none;
}
