﻿/* 기본 스타일 설정 */
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, "굴림";
	font-size: 75%;
	color: #000;
	width: 100%;
}

/* 링크 설정 */
a:link {
	color: #000; 
	text-decoration: none;
}

a:hover {
	color: #BD5F00;
	text-decoration: none;
}

a:visited {
	color: #006699;
	text-decoration: none;
}

ul, ul li
{
	font-size: 1em;
	list-style-type: none;
	text-align: justify;
}

ol, ol li
{
	font-size: 1em;
	list-style-type: none;
	text-align: justify;
}
