/* 
	사용자 정의 공통 스타일시트
*/ 
.btn {cursor:pointer; }

a:link { color:#4a6fb6; text-decoration: none; line-height:16px; }
a:visited { text-decoration: none; color:#4a6fb6; }
a:hover { text-decoration: underline;  color:#4a6fb6; }
a:active { text-decoration: none;  color:#4a6fb6; }