* {  font-family: Verdana, sans-serif;
     font-size: 8pt;
     color: silver;
  }


@font-face {
         font-family: "archso";
         src: url("font")}

@font-face { 
         font-family: "passja";
         src: url("font")}


H1 { font-size:150%; font-family: "archso"; }
H2 { font-size:250%; font-family: "passja"; }


A:link    { color: white; text-decoration: none;}    /* łącza nieodwiedzone */
A:visited { color: white; text-decoration: none;}    /* łącza odwiedzone    */
A:active  { color: white; text-decoration: none;}    /* kolor łącza podczas */
A:hover   { color: red; text-decoration: none; }     /* kolor łącza wskazanego myszką */

table tr td.copyright { color: gray; font-family: Verdana, sans-serif; font-size:7pt;}



table tr td.menu {
      color: "#c00000";
      font-weight: bold;
      font-family: Verdana, sans-serif;
      font-size:100%;}



table tr td.passja {
      color: "#400000";
      font-family: "passja";
      font-size:100%;}

table tr td.passja {
      color: "#400000";
      font-family: "archso";
      font-size:100%;}

p.passja {
      color: "#400000";;
      font-weight: bold;
      font-family: "passja";
      font-size:150%;}

p.archso {
      color: "#400000";
      font-weight: bold;
      font-family: Verdana, sans-serif;
      font-size:120%;}









table.error  { 
        width: 220;
}

table.error th { 
        background-color: red; 
        background-repeat: repeat; 
        background-attachment: scroll; 
        color: #FFFFFF; 
        font-size: 80%; 
        font-variant: small-caps; 
        font-weight: bold; 
        border: 1px solid black; 
        padding: 5px; 
        background-position: 0% 50%
}

table.error tr td {
        padding: 4px;
        font-size: 100%;        
        border-top: 0px;        
        border-left: 1px solid black;
        border-bottom: 1px solid black;                
        border-right: 1px solid black;        
}

table.error tr td.left {
        padding: 4px;
        font-size: 100%;        
        border-top: 0px;        
        border-left: 1px solid black;
        border-bottom: 1px solid black;                
        border-right: 0px solid black;
}
table.error tr td.right {
        padding: 4px;
        font-size: 100%;        
        border-top: 0px;        
        border-left: 0px solid black;
        border-bottom: 1px solid black;                
        border-right: 1px solid black;        
}




