@font-face {
  font-family: GlassTTYVT220;
  src: url(/static/glass_tty_vt220-webfont.eot);
  src: local("Glass TTY VT220"), local("Glass TTY VT220 Medium"), url(/static/Glass_TTY_VT220.ttf) format("truetype");
}

html {
  margin-top: 0.25em;
  margin-left: 0.75em;
}

h1{  font-size: 40px;
font-family: GlassTTYVT220;}

pre, div, input,p, li,b{
  font-size: 20px;
  font-family: GlassTTYVT220;
}


td,th{
  font-size: 20px;
  font-family: GlassTTYVT220;
}


h3 {
  font-size: 20px;
  font-family: GlassTTYVT220;
  text-decoration:underline;
}

u {  font-size: 20px;
  font-family: GlassTTYVT220;
  }
span.noshow {
  display: none;
}

span.notfound {
  text-decoration: blink;
}

a.plain {
  text-decoration: none;
}
a:visited {
  color  : gray
}
input {
  border: none;
  margin: 0;
  padding: 0;
}

input[type=submit] {
  text-decoration: underline;
}

div.find {
  float: right;
  margin: 0;
  padding-top: 0;
  padding-right: 1em;
}
