* {
  font-family : "맑은 고딕", "나눔고딕", "돋움" !important;
  font-size : 16px !important;
  word-break : keep-all; /* only ie */
}

a:link {text-decoration : none !important; color : royalblue !important;}
a:visited {text-decoration : none !important; color : royalblue !important;}
a:active {text-decoration : none !important; color : darkblue !important;}
a:hover {text-decoration : none !important; color : white !important; background-color : royalblue !important;}

a.tag:link {text-decoration : none !important; color : green !important;}
a.tag:visited {text-decoration : none !important; color : green !important;}
a.tag:active {text-decoration : none !important; color : yellow !important;}
a.tag:hover {text-decoration : none !important; color : white !important; background-color : green !important;}

div {
  margin : 3px 0px 3px 0px;
  padding : 3px;
  line-height : 1.5em;
}

div.quote {
 padding : 25px;
 margin : 10px 0px 25px 0px;
 border : 1px dashed silver;
}

div.post_head {
 text-align : right;
 margin : 5px 0 !important;
}

div.post_admin {
 color : royalblue;
 text-align : right;
 float : right;
}

div.tag {
 color : green;
 border-bottom : 1px solid silver;
}

div.comment {
 color : silver;
 margin : 0 !important;
}

div.content {
 min-height : 300px;
}

div.blog_comment_content {
 color : black;
 margin : 2px 0px 2px 0px !important;
}

div.page_navi {
 text-align : center;
}

div.counter {
 text-align : center;
 color : silver;
}

fieldset {
 border : none;
 background-color : aliceblue;
}

legend {
 color : silver;
}

h1.blog_title {
 font-size ; 24px !important;
}

h2 {
 font-size : 24px !important;
 border-top : 1px solid silver;
 padding : 5px 0;
 margin : 4px 0 !important;
 text-shadow : 2px 2px 3px silver;
 background-color : whitesmoke;
}

input {
 border : 1px solid silver !important;
 margin : 0 25px 0 2px !important;
 padding : 2 4px;
}

p {
 margin : 15px 0 !important;
}

textarea {
 margin : 6px 0 !important;
 padding : 10px;
 width : 100% !important;
 height : 120px;
 border : 1px solid silver;
}

span.blog_trackback:link {text-decoration : none !important; color : royalblue !important;}
span.blog_trackback:visited {text-decoration : none !important; color : royalblue !important;}
span.blog_trackback:active {text-decoration : none !important; color : darkblue !important;}
span.blog_trackback:hover {text-decoration : none !important; color : white !important; background-color : royalblue !important;}

span.jinbomenu_left {color : royalblue;}
span.jinbomenu_right {color : royalblue;}

span.date {
 color : green;
}

ul li {
 margin : 0 !importnat;
}