
 /*********************
  * list-of-books.com *
  *********************/

/* Ustawienia tagow */
body {margin: 0px 0px 0px 0px}
form {margin: 0px 0px 0px 0px}

/* Numery podstron */
div.caption {text-align: center; color: black; font-family: Arial; font-size: 15px; font-weight: bold; text-decoration: none}

/* Numery podstron */
div.pages {margin-top: 20px; text-align: center; color: black; font-family: Arial; font-size: 15px; font-weight: bold; text-decoration: none}
a.pages {font-family: Arial; font-size: 15px; font-weight: bold; text-decoration: none}
a.pages:hover {font-family: Arial; font-size: 15px; font-weight: bold; text-decoration: underline}

/* Bledy w polach edycyjnych formularza */
.blad {margin-bottom: 15px; color: red; font-family: Arial; font-size: 11px; font-weight: bold}

/* Inputy w formularzach */
.input1 {width: 381px} /* np. tytul */
.input2 {width: 165px} /* np. id, haslo */

/* Do rysunkow */
img.no_border {border: none}
img.border {border: 1px solid black}

/* Srodkowanie */
table.center {margin-right: auto; margin-left: auto}
.center {text-align: center}

/* Ustawienia standardowego tekstu */
.tekst {color: black; font-family: Arial; font-size: 11px; font-weight: bold}
.tekst_no_bold {color: black; font-family: Arial; font-size: 11px; font-weight: normal}

/* Podkreslanie linkow */
a.link {color: black; text-decoration: none}
a.link:hover {color: black; text-decoration: underline}

