@font-face {
  font-family: "IBM_VGA_9x16";
  src: url("Web437_IBM_VGA_9x16.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}

body
{
    font-family: IBM_VGA_9x16;
	background-color: black;
	#color: white;
	color: #deddda;
	
	word-wrap: break-word; 
    max-width: 80ch;
}

@keyframes blink 
{
    50% 
    {
        opacity: 0.0;
    }
}

@-webkit-keyframes blink 
{
    50% 
    {
        opacity: 0.0;
    }
}

.blink 
{
    animation: blink 1s step-start 0s infinite;
    -webkit-animation: blink 1s step-start 0s infinite;
    display:inline;
}

a:link 
{
  color: #0b63c4;
}

a:visited 
{
  color: #73f5d5;
}
