/* czcionka dla kazdego elementu w kodzie */

* {
 font-family: verdana;
}


.h1 {
 font-weight: bold;
 line-height: 16px;
 color: #076A9C;
 font-size: 12px;
 margin: 2px;
}


.tx {
 color: #FFFFFF;
 font-weight: bold;
 font-size: 15px;
 line-height:16px;
 margin: 10px;
}

.czer {
 font-weight: bold;
 color: #990000;
 font-size: 14px;
 margin: 10px;
}

.licznik {
 font-weight: bold;
 color: red;
 font-size: 10px;
}

.copy{
 font-weight: bold;
 color: #ffffff;
 font-size: 10px;
}

A:link {
 color: black;
 font-size: 10px;
 font-weight: bold;
 text-decoration: none;
}

A:visited {
 color: black;
 font-size: 10px;
 font-weight: bold;
 text-decoration: none;
}

A:hover {
 color: #336699;
 font-size: 10px;
 font-weight: bold;
 text-decoration: none;
}
