@charset "UTF-8";
@import url(reset.css);
html { background-color: rgb(255,255,255); }
body {
  font: 12pt/14pt "Times New Roman", Times, serif;
  margin: 2cm;
  color: rgb(0,0,0);
  background-color: rgb(255,255,255);
}
#header { background: #FFF; }
#logoHwKTV img { margin: 0 0 2cm; }
.invisible, #nav, #filter {
  display: inline;
  height: 0;
  left: -3000px;
  position: absolute;
  top: -2000px;
  width: 0;
  z-index: 200;
}
a { text-decoration: underline; }
td, p, a, h1, h2, h3, h4 {
  color: rgb(0,0,0);
  font-size: 12pt;
}

