BODY,TD,SELECT,input,DIV,form,TEXTAREA,center,option,pre,blockquote 
	{ font-family: tahoma, tahoma; font-size: 9pt; color: #000000; }

A:link	{ color: black; text-decoration: none; }
A:visited	{ color: black; text-decoration: none; }
A:active	{ color: black; text-decoration: none; }
A:hover	{ color: gray; text-decoration: none; }

INPUT	{ border-width: 0 ; background-color: transparent; }

/* write.php에 사용된 스타일 */
.write_bg			{ background-color: #dddddd; }	/* 글쓰기 화면의 배경색 */
.write_input1	{ color: #78C030; padding-top: 3; width: 100%; border: solid 1; border-top-color: #989898; border-right-color: #ffffff; border-left-color: #989898;
border-bottom-color: #ffffff; background-color: #f8f8f8; height: 19px; } /* 글쓰기 input 상자 */
.input0			{ border: 0 solid #000000; background-color: transparent; }	/* 테두리없는 체크박스 */

/* list_notice.php, list_main.php에서 사용된 스타일 */
.date				{ font-size: 8pt; font-family: verdana; color: #D84430; }  /* 날짜 표시 */

