/***************************************************
 UseModKr
****************************************************/

body {
    font-family: µ¸À½, Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    background-color: #ffffff;
    color: #000000;
    margin-left: 50pt;
    margin-right: 50pt;
    line-height: 140%;
}

h2 {
    font-weight: bold;
    /*background-color: #efefef;*/
    line-height: 150%;
    margin:0 0 .75em;
}

td {
    font-family: µ¸À½, Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    line-height: 135%;
}
  
a:link {
	color: blue;
	text-decoration: underline;
}

a:visited {
	color: blue;
	text-decoration: underline;
}

a:hover {
	color: blue;
	text-decoration: underline;
}

a:active {
	color: blue;
	text-decoration: underline;
}

hr {
	height:2px;
	border-color:#b0c4de;
	border-style:dotted;
}

/***************************************************
 add by kiseok
****************************************************/
/*
pre.code
{
	width: 650;
	margin: 15;
	padding: 15;
	line-height: 120%;
	font-family: Courier New, System, µ¸À½, Verdana, Arial, Helvetica, sans-serif, ±¼¸², ¹ÙÅÁ;
	font-size: 9pt;
	color: #00FF33;
	background-color: #000000;
	border-top: 1px dashed #336633;
	border-bottom: 1px dashed #336633;
}*/

pre.exp
{
	width: 650;
	margin: 10;
	padding: 10;
	font-family: µ¸À½, Verdana, Arial, Helvetica, sans-serif, ±¼¸², ¹ÙÅÁ, Courier New, System,;
	font-size: 9pt;
	border-top: 2px dashed #999;
	border-bottom: 2px dashed #999;
	background-color: #efefef;
	line-height: 130%;
}

pre.code {
	margin:20px 5px;
	padding:6px;
  	border: 1px inset #888;
  	background: #eee;
  	font-family: 'Courier New', Courier, monospace;
  	font-size: 9pt;
}

#sidebar {
  width:180;
  /*float:right;*/
}

/***************************************************
 wIKI sTYLE
****************************************************/
DIV.wikitext {
	font-size : 10pt;
	line-height: 135%;
	/*background-color : #f0f8ff;*/
}

TABLE.wikidiffold {
  background-color : orange;
}

TABLE.wikidiffnew {
  background-color : Lightgreen;
}

/* The following is a sample CSS file for UseModWiki 1.0.
   It is not pretty, but it demonstrates all of the new DIVs and
   tag classes.

DIV.wikitext {
  background-color : #ccc;
}
DIV.wikipreview {
  background-color : Lightblue;
}
DIV.wikiheader {
  background-color : Lightpink;
}
DIV.wikirc {
  background-color : Lightblue;
}
DIV.wikifooter {
  background-color : Lightpink;
}
DIV.wikipref {
  background-color : orange;
}
HR.wikilinefooter {
  height : 3px;
}
HR.wikilineheader {
  height : 2px;
  border : double;
}
HR.wikiline {
  height : 2px;
  color : blue;
}
HR.wikilinepref {
  color : red;
  height : 5px;
}
A.wikipagelink {
  background-color : orange;
}
A.wikipageedit {
  color : red;
  border-bottom : 1px dotted #a00
}
TABLE.wikidiffold {
  background-color : orange;
}
TABLE.wikidiffnew {
  background-color : Lightgreen;
}
*/
