@font-face {
  font-family: 'IBM VGA';
  font-style: normal;
  src: url('../font/Web437_IBM_VGA_8x16.woff') format('woff');
}
a img {
	border: none;
}
a:link {
	color:lightblue;
	text-decoration: none;
}

a:visited {
	color:lightpink;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}
body { 
	font-family: 'IBM VGA', 'System';
	margin: 0;
	/*background-image: url("img/background.gif");*/
	color: white;
  	/*text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;*/
}
img {
  /*max-width: 100%;
  height: auto;*/
}

