@font-face { font-family: 'Glass TTY VT220'; src: url('Glass_TTY_VT220.ttf'); }
body	{ font-family:'Glass TTY VT220', monospace;
	  font-size: 128%;
	  background-color: #282828;
	  color: #ffbb00;
	}
a:link {
	  color: #33ff00;
	    background-color: transparent;
	      text-decoration: underline;
}

a:visited {
	  color: #33ff00;
	    background-color: #transparent;
	      text-decoration: underline;
}

h1 {
    font-size:100%;
    color: #282828;
    background-color: #ffbb00;
    text-decoration: bold;
}

h2 {
    font-size:100%;
    text-decoration: underline;
}

h3 {
    font-size:100%;
}
