<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;!-- 기본 스타일 --&gt;
td {font-size:12; font-family:"굴림"; color:#888888}
.line {line-height:18px}
a:link {color:#888888; text-decoration:none}
a:visited {color:#888888; text-decoration:none}
a:active {color:#888888; text-decoration:none}
a:hover {color:#363636; text-decoration:none}

.input {font:9pt ,굴림; color:#888888; background-color:#FFFFFF ;border-bottom:#AFAFAF 1px solid; border-left:#AFAFAF 1px solid; border-right:#AFAFAF 1px solid; border-top:#AFAFAF 1px solid;}
.select {font:9pt ,굴림; color:#888888; background-color:#FFFFFF}
.textarea {font:9pt,굴림; color:#888888;}

&lt;!-- 기본 스크롤 --&gt;
body, table, tr, td, select, textarea, input{ 
 		scrollbar-3dlight-color:595959;
	        scrollbar-arrow-color:ffffff;
	        scrollbar-base-color:CFCFCF;
	        scrollbar-darkshadow-color:FFFFFF;
	        scrollbar-face-color:CFCFCF;
	        scrollbar-highlight-color:FFFFF;
	        scrollbar-shadow-color:595959}

&lt;!-- 클래스 정의 --&gt;
.small_text {font:8pt, 돋움; letter-spacing:-1px; color:#888888}
.location_text {font:8pt, 돋움; letter-spacing:-1px; color:#888888}
.rating_text01 {font:8pt, 돋움; letter-spacing:-1px; color:#303030}
.rating_text02 {font:8pt, 돋움; letter-spacing:0px; color:#737373}

.line01 {height:1px; background-color:#BDBDBD}
.location_td_style01 {padding-top:2}

.td01 {padding-top:4}
.category_td {padding-top:9; padding-left:6; padding-bottom:6}

.a.menu  {  color: #A7A7A7; letter-spacing:-1px; text-decoration: none}
.a.menu:link {  color: #A7A7A7; letter-spacing:-1px; text-decoration: none}
.a.menu:visited {  color: #A7A7A7; letter-spacing:-1px; text-decoration: none}
.a.menu:active {  color: #A7A7A7; letter-spacing:-1px; text-decoration: none}
.a.menu:hover {  color: #CECECE; letter-spacing:-1px; text-decoration:none}
</pre></body></html>