@font-face {
	font-family: 'IBM VGA 8x14';
	src: url(../fonts/Web437_IBM_VGA_8x14.woff) format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'IBM VGA 8x14 Plus';
	src: url(../fonts/WebPlus_IBM_VGA_8x14.woff) format('woff');
	font-weight: normal;
	font-style: normal;
}

.vga8x14 {
	font-family: 'IBM VGA 8x14', 'IBM VGA 8x14 Plus', monospace;
	font-size: 14px;
	line-height: 14px;
	transform: scaleX(0.8333);
}
.vga8x14x2 {
	font-family: 'IBM VGA 8x14', 'IBM VGA 8x14 Plus', monospace;
	font-size: 28px;
	line-height: 28px;
	transform: scaleX(0.8333);
}
.vga8x14x2 a {
	color: lightblue;
	text-decoration: none;
}

.blink {
  animation: blinking 1s step-start infinite;
}
@keyframes blinking {
  50% {
    opacity: 0;
  }
}
