td {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: 000099;
}

p.yj {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: 000000;
	text-align: justify;
	text-indent: 20px;
}

p.center {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: 000000;
	text-align: center;

}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #FFFFFF
}

a:visited {
	text-decoration: none;
	color: #DDDDDD
}

a:hover {
	text-decoration: underline;
	color: #009900
}

a:link {
	text-decoration: NONE;
	color: #FFFFFF
}

