﻿/* 반드시 들어가야 하는 스타일 시작 */

/* 1. 본문 전체  */

	body,td {
		font-size:9pt;
		font-family: georgia,tahoma,굴림;
		line-height:150%;
		color:#B4B6B1;
	}

/* 2. 기본 링크 */

	A:link { color:#1F374F; text-decoration:none; }
	A:visited { color:#1F374F; text-decoration:none; }
	A:hover { color:#1F374F; text-decoration:underline; }
/*	A:hover { color:#1F374F; text-decoration:none; border-bottom:1px dotted #1F374F; }*/

/* 3. 이미지 */

	img {
		border-width:0;
	}

/* 4. 입력 텍스트 */

	.text {
		font-family: 굴림;
		font-size:9pt;
		padding-top:2;
	}

/* 반드시 들어가야하는 스타일 끝 */
