/**********************************************************/
/* IAIS_dyd - arkusz stylu dla dokumentów IAIS-dydaktyka  */
/*****************&****************************************/

body {  font-family: Times, Times New Roman, Palatino, serif; }

table.banner {
  border-style: none;
  background-color: transparent;
}

tr.banner {
    border-width: 0;
    background-image: url(banner.png);
    background-repeat: no-repeat;
}

td.banner {
    border-width: 0;
    font: italic bold 20pt arial,helvetica,sans-serif;
    word-spacing: 2pt;
    letter-spacing: 1pt;
    color: #444444;
    padding-right: 2em;
}

a.banner:link     {
  text-decoration: none;
}

a.banner:visited      {
  text-decoration: none;
}

.menu {
  font-size: 80%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.menu p {
  margin-top:    0.2ex;
  margin-bottom: 0ex;
}

.menu b {  font-weight: normal}


h1 {
  font-size: 160%;
    font-family: arial,helvetica,sans-serif;
    color: #A09472;
    text-decoration: none;
    white-space: nowrap;
    font-weight: bold;
}


h2 {
    font-size: 140%;
    font-family: arial,helvetica,sans-serif;
    color: #A09472;
    text-decoration: none;
    white-space: nowrap;
    font-weight: bold;
}


h3 {
  font-size: 110%;
    font-family: arial,helvetica,sans-serif;
    color: #A09472;
    text-decoration: none;
    white-space: nowrap;
    font-weight: bold;
}


table {
  border-style: solid;
  border-width: 1;
  border-color:  #D0D0D0;
  background-color: #F0F0F0;
}


table.blank {
  border-style: none;
  background-color: transparent;
}


th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
  border-width: 0;
  border-bottom-width: 2;
  text-decoration: underline;
  text-align: center;
}

td {
  border-width: 0;
}

em {
  text-decoration: none;
  font-style: italic;
}

strong {
  color: red;
  font-weight: normal;
}

a:link {
  color: #602000;
  text-decoration: none;
  }

a:visited {
  color: #602000;
  text-decoration: none;
  }

a:active     {
  color: #602000;
  text-decoration: underline;
  }
a:hover      {
  color: #602000;
  text-decoration: underline;
  }

.quote
 {
  color: brown; 
  font-family: sans-serif; font-size: 150%;
  text-align: center;
 }