a:link {
    color: rgb(255, 102, 51);
}

a:visited {
    color: rgb(0, 51, 153);
}

a:active {
    color: rgb(119, 158, 197);
}

body {
    font-family: Arial, Helvetica;
    font-size: 10pt;
    background-color: rgb(255, 255, 255);
    color: #000000
}

table {
    table-border-color-light: rgb(153, 204, 153);
    table-border-color-dark: rgb(153, 204, 153);
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica;
}

h1 {
    color: rgb(0, 51, 153);
    font-size: 12pt;
    font-weight: bold
}

h2 {
    color: rgb(119, 158, 197);
}

h3 {
    color: rgb(153, 153, 51);
}

h4 {
    color: rgb(255, 102, 51);
}

h5 {
    color: rgb(204, 153, 51);
}

h6 {
    color: rgb(153, 153, 51);
}

.InfoHeading {
    font-family: Arial, Helvetica;
    font-size: 12pt;
    color: rgb(0, 51, 153);
    font-weight: bold;
    text-align: Left;
    margin-top: 12px;
    margin-bottom: 1px
}

.InfoHeading2 {
    font-family: Arial, Helvetica;
    font-size: 10pt;
    color: rgb(119, 158, 197);
    font-weight: bold;
    text-align: Left;
    margin-top: 10px;
    margin-bottom: 1px
}

.Paragraphos {
    font-family: Arial, Helvetica;
    font-size: 10pt;
    text-align: Justify;
    margin-left: 3px;
    margin-top: 2px;
    margin-bottom: 10px
}

.ParagraphosLeft {
    font-family: Arial, Helvetica;
    font-size: 10pt;
    text-align: Left;
    margin-left: 3px;
    margin-top: 2px;
    margin-bottom: 2px
}

.ParagraphosRight {
    font-family: Arial, Helvetica;
    font-size: 10pt;
    text-align: Right;
    margin-left: 3px;
    margin-top: 2px;
    margin-bottom: 2px
}

/* MX */
.wyroznionyOpis {
    font-style: italic;
}

.wyroznionyFoto {
    float: left;
    border: 1px solid black;
    margin: 7px;
}

.wyroznionyNaglowek {
    font-weight: bold;
    text-align: center;
}

a.menuItem {
    color: rgb(102, 153, 204);
    font-size: 9pt;
    text-decoration: none;
    margin-left: 18px;
    border-left: 1px solid black;
    padding-left: 5px;
}

a.menuItem:hover {
    font-style: italic;
    border-left: 3px solid blue;
    padding-left: 3px;
}
