body {
  background: white;
  margin: 3em 3em 3em 3em;
}

body, td, th, .normal {
  font-family: "¸¼Àº °íµñ", "±¼¸²", sans-serif;
  font-size: 10.5pt;
  line-height: 150%;
  font-weight: normal;
}

td, th {
  padding: 1pt 2pt;
  vertical-align: top;
}

p {
  text-align: justify;
}

pre {
  margin: 0 0 0 0;
  font-family: "µ¸¿òÃ¼", san-serif;
  font-size: 9pt;
  color: #000080;
}

h1 {
  font-size: 16pt;
  text-decoration: underline;
  margin: 20pt 0 8pt 0;
}
h2 {
  font-size: 13pt;
}

a:link, a:visited {
  text-decoration: none;
}

ul {
  list-style: square;

}

.small {
  font-size: 8pt;
  text-decoration: none;
}

h1, a:link, a:visited {
  color: #703333;
}
a:hover, a:active {
  background-color: #f08080;
  color: black;
}
th {
  background: #ffc6c6;
}


