
	body, div, span, ul, ol, li, dd, dl, a, span, input, textarea, select, image, th, td, input, radio, chechbox, textarea, select{
		margin: 0;
		padding: 0;
		font-family: gulim, sans-serif;
		font-size: 12px;
	}


	h1{
		font-size: 14px;
		font-weight: normal;
	}

	h2{
		font-size: 13px;
		font-weight: normal;
	}

	h3{
		font-size: 12px;
		font-weight: normal;
	}

	form{
		margin: 0;
		padding: 0;
	}


	img{
		border: 0;
	}

	.pointer{
		cursor: pointer;
	}


	.bold{
		font-weight: bold;
	}

	.normal{
		font-weight: normal;
	}

