


 a:link { color:#000 ; text-decoration: none;}
 a:visited { color: #000 ; text-decoration: none;}
 a:hover { color: #000 ; text-decoration: none !important;}

/*snippet 조각난 css들을 여기에 넣는다 짜잘한거...*/
.ntm {margin-top: 0 !important;}		/*no top margin 줄임말 !important 우선순위를 주는 명령어 */
.nlm {margin-left: 0 !important;}		/*no left margin 줄임말 !important 우선순위를 주는 명령어 */
.nrm {margin-right: 0 !important;}		/*no right margin 줄임말 !important 우선순위를 주는 명령어 */
.nbm {margin-bottom: 0 !important;}		/*no bottom margin 줄임말 !important 우선순위를 주는 명령어 */
