body {
  background-image: url('all.gif');
  background-repeat: no-repeat;
    background-attachment: fixed; 
    background-size: 100% 100%;
	align: center;
}
a {
	background-color: white;
	color: blue;
}
td {
  border: 2px solid;
  border-color: blue;
}
th {
  border: 2px solid;
  border-color: blue;
}
@font-face {
  font-family: myFirstFont;
  src: url(./new-busfont-c.ttf);
}

tes {
  font-family: myFirstFont;
    font-weight: normal;
}