@charset "utf-8";
.textA {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-align: justify;
	padding-right: 15px;
	padding-left: 15px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	padding-left: 15px;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
}

