@charset "utf-8";

/*-- 블록 설정 색상 start--*/
::-moz-selection{
          background: #42b0d0;
          color: #ffffff;
}
::selection{
          background: #42b0d0;
          color: #ffffff;
}


  

a { text-decoration:none; color:#999; }
a:hover { color:#42b0d0; }

h1,h2,h3,h4,h5,h6 { font-size:100%; }
address,strong{font-style:normal; font-weight:normal;}



body { margin:0; padding:0; }