/* tu będą style do opisów taboru */

BODY {
   background-color: lightgrey;
   background-image: url(WMARBK.JPG);
   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: blueviolet;
   text-align: center;
}

DT {
   color: rgb(230 230 230);
   background-color: blueviolet;
   font-size: 16 pt;
   padding-left: 5pt;
   padding-top: 2pt;
   padding-bottom: 3pt;
   margin-bottom: 5pt;
}

.obraz {
    font-size: 11pt;
    color: darkcyan;
}

.min { margin-right: 10 pt; }

#koniec {
     color: aqua;
     height: 2pt;
}

IMG {
   border: 0 pt;
   left-margin: 5 pt;
}

/* odnośniki normalne */
A:link {
   color: blue;
   text-decoration: none;
}

A:visited {
   color: purple;
   text-decoration: none;
}

A:active {
   color: red;
   text-decoration: none;;
}
A:hover {
   color: green;
   text-decoration: none;
}
