@import url(https://fonts.googleapis.com/css?family=Shanti);
@import url(https://fonts.googleapis.com/css?family=Parisienne);

           A, A:link, A:visited {

            text-decoration: none;

            color: #435D51;

            cursor: default;

            }



           A:hover, A:active {

            color: #374B41;

            text-decoration: underline;

            cursor: default;

            }



           body {

            SCROLLBAR-BASE-COLOR: #A5A392; 

            SCROLLBAR-TRACK-COLOR: #A5A392; 

            SCROLLBAR-ARROW-COLOR: #8A8977;

            SCROLLBAR-DARKSHADOW-COLOR: #8A8977;

            SCROLLBAR-HIGHLIGHT-COLOR: #CAC0A5;

            background-attachment: fixed;

            font-family: Shanti,microsoft sans serif,arial narrow, arial;

            font-size: 10px;

            line-height: 12px;
			
			color:#56594e;

            }

           td, p {

            font-family: Shanti,microsoft sans serif,arial narrow, arial;

            font-size: 10px;

            line-height: 12px;

            text-align: justify;

           }

           .kor {

            font-size: 9px;

           }

           .content {

            font-family: Shanti,microsoft sans serif,arial narrow, arial;

            font-size: 10px;

            line-height: 12px;

            text-align: justify;

            text-shadow: 1px 1px 1px #BAB9AA;

           }

img { border-color:#7E91A0; opacity:0.3; 
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
img:hover { border-color:#7E91A0; opacity:0.9; }

           .title {

            font-family: Parisienne,'Crimson Text',georgia,garamond,tahoma,arial narrow, arial;

            line-height: 14px;

            font-size: 13px;

            letter-spacing: 2px;

            text-decoration: underline;

            }