@font-face {
    font-family: 'cga';
    src: url('../../fonts/pxplus_ibm_cgathin-2y.woff') format('woff');
}

@font-face {
    font-family: 'cgat';
    src: url('../../fonts/pxplus_ibm_cgathin-2y-terrible.woff') format('woff');
}

html{
  filter:blur(0.7px);
  word-break:break-word;
  background-color:#0000ff;
  color:#cccccc;
  font-family:'cga', 'applemyungjo', 'MS Mincho', monospace;
  left:0;
  top:0;
  bottom:0;
  right:0;
  font-size:24px;
  line-height:1em;
  overflow-x:hidden;
  }

body{margin:64px;}
p{margin-bottom: 1em;}
a{color:inherit;}
a:hover{color:#cccccc; background-color:black;}
a:active{color:#ff0000; background-color:#cccccc;}
hr{border:none; border-bottom:1em solid #cccccc; margin-bottom:1em; margin-top:1em; margin-right:0; margin-left: 0;}
.terrible{font-family:'cgat';}