input {
	font-family: MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	color: #000000;
}

select {
	font-family: MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	
}

textarea {
	font-family: MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	
}

td{
	font-family: MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

th{
	font-family: MS Sans Serif, Arial, Helvetica, sans-serif;
	font-size: 15px;
}


<!-- Link -->
		a:link {
			color: #5597DC;
			text-decoration: underline;

		}
		a:visited {
			color: #5597DC;
			text-decoration: underline;

		}
		a:hover {
			color: #C7CAD2;
			text-decoration: none;

		}
	<!-- Link Include Positon -->
		a.more:link {
			color: #FFFFFF;
			text-decoration: none;
			font-size : 14;
		}
		a.more:visited {
			color: #FFFFFF;
			text-decoration: none;
			font-size : 14;
		}
		a.more:hover {
			color: #B7C0C4;
			text-decoration: none;
			font-size : 14;
		}
		
		a.num:link {
			color: #0000FF;
			text-decoration: none;
			font-size : 14;
		}
		a.num:visited {
			color: #0000FF;
			text-decoration: none;
			font-size : 14;
		}
		a.num:hover {
			color: #86B7E0;
			text-decoration: none;
			font-size : 14;
		}		


		.textbody {
			font-size: 14px;
		}
		.texthead {
			font-size: 14px;
		}

