@charset "utf-8";

a {
	color: #2589c3;
}


a:link {
	color: #2589c3;
}


a:visited {
	color: #2589c3;
}

a:active {
	color: #2589c3;
}
body {
	font-size: 16px;
	color: #000000;
	margin: 0px 0px 0px 0px;
}

.Header1-cent {
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	text-align:center;
	text-decoration:underline;
}

.Header1-left {
	text-align:left;
	font-weight: bold;
	font-size: 36px;
	text-decoration:underline;
}

.button {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	background-color:#FFF;
	border:none;
}

p {
	font-size:18px;	
}

dt {
	font-weight: bold;
	font-size:24px;
	line-height: 30px;
}

dd {
	text-align:justify;
	font-size:18px;
}