<html>
<style type="text/css">
<!--
h2 {
        font-weight: BOLD;
        font-style: NORMAL;
        font-size: 16;
        color: #0F0F0F;
}

h1 {
        font-weight: BOLD;
        font-style: NORMAL;
        font-family: Times New Roman;
        font-size: 26;
        color: #FF0000;
}

p {
        font-weight: NORMAL;
        font-style: NORMAL;
        font-size: 14;
        color: #0F0F0F;
        font-family: Times New Roman;
}

hr {
        color: #E0E0E0;
}

LI {
        font-size: 14;
        color: #0F0F0F;
        font-family: Times New Roman;
        font-weight: normal;
        font-style: normal;
}

body {
        background-image: url(images/warsztat.jpg);
        background-repeat: no-repead;
        font-family: Times New Roman;
        color: #0F0F0F;
}
TABLE {
        border-top: solid;
        border-bottom: solid;
        border-left: solid;
        border-right: solid;
		border-width:1px;
        border-color: #8F8F8F;
}

TD {
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        border-top: solid;
        border-bottom: solid;
        border-left: solid;
        border-right: solid;
        border-width: 1px;
        width: 80px;
        height: 35px;
        border-color: #0C0C0C;
}

a {
        font-weight: bold;
        font-style: NORMAL;
        font-size: 12;
        cursor: HAND;
        color: #0F0F0F;
        font-family: Arial;
        text-decoration: none;
}

a:hover {
        font-weight: bold;
        font-style: NORMAL;
        font-size: 12;
        cursor: HAND;
        color: #FF0066;
        font-family: Arial;
        text-decoration: none;
}

a:link {
        font-weight: bold;
        font-style: NORMAL;
        font-size: 12;
        color: #0F0F7F;
        font-family: Arial;
        text-decoration: none;
}

a:visited {
        font-weight: bold;
        font-style: NORMAL;
        font-size: 12;
        cursor: HAND;
        font-family: Arial;
}

BUTTON {
        border-top: solid;
        border-bottom: solid;
        border-left: solid;
        border-right: solid;
        border-width: 1px;
        border-color: #000000;
}

INPUT {
        border-top: solid;
        border-bottom: solid;
        border-left: solid;
        border-right: solid;
		border-width: 1px;
        border-color: #000000;
}
-->
</style>
</html>

