/* to są style do tabel rozkładów jazdy */

BODY {
  background-color: yellowgreen;
  background-image: url(STACJETL.GIF);
  background-attachment: fixed;
  font-family: Arial, Arial CE, Helvetica, sans-serif;
  font-size: 12 pt;
  text-align: justify;
}

H1 {
  font-family: Tahoma, fantasy;
  font-size: 24pt;
  color: darkorange;
  text-align: left;
}

TABLE {
  background-color: white;
}

TD { 
  font-face: Arial Narrow CE;
  font-size: 10 pt;
}

.tytul { font-size: 16pt;}

/* odnośniki normalne */
A {text-decoration: none;}
A:link {color: blue;}
A:visited {color: purple;}
A:active {color: red;}
A:hover {color: limegreen;}
