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

#introTxt.column
{
	width: 365px;
	height: 389px;
	padding-right: 40px;
	padding-left: 40px;
}
#introTxt H1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 29px;
	color: #d39a00;
	font-weight: normal;
	text-align: left;
	letter-spacing: 0.01em;
}
#introTxt H2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: justify;
	letter-spacing: 0.03em;
}
#introTxt a:link
{
	color: #d39a00;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#introTxt a:hover
{
	text-decoration: underline;
}
#introTxt a:visited
{
	color: #d39a00;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}