div.menu {
    position: absolute;
    top: 0;
    left: 0;
    height: 62px;
    background-color: transparent;
}
div.main {
    position: absolute;
    top: 72px;
    left: 10px;
    right: 20px;
    margin: 0;
    background-color: transparent;
}
div.counter {
    position: absolute;
    top: 4px;
    right: 20px;
    background-color: tansparent;
}

h1 {
    color: #191970;
    background-color: #ffffff;
    border-left-width: 4pc;
    border-left-style: solid;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    padding-left: 10px;
    border-bottom-color: #191970;
    border-left-color: #191970;
}
h2 {
    color: #191970;
    background-color: #ffffff;
    border-left-width: 3pc;
    border-left-style: solid;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    padding-left: 8px;
    border-bottom-color: #191970;
    border-left-color: #191970;
}
h3 {
    color: #191970;
    background-color: #ffffff;
    border-left-width: 2pc;
    border-left-style: solid;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    padding-left: 6px;
    border-bottom-color: #191970;
    border-left-color: #191970;
}
h4 {
    color: #191970;
    background-color: #ffffff;
    border-left-width: 1pc;
    border-left-style: solid;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    padding-left: 4px;
    border-bottom-color: #191970;
    border-left-color: #191970;
}

a {
    color: #191970;
    background-color: transparent;
    text-decoration: underline;
}
a:visited {
    color: #ff1493;
    background-color: transparent;
}
a:hover {
    color: #555555;
    background-color: transparent;
    font-style: italic;
}
a img {
    border: 0;
}
a.name {
    background-color: transparent;
    color: #191970;
    text-decoration: none;
    font-style: normal;
}

pre {
    background-color: #eeeedd;
    color: black;
    border-bottom: thin outset;
    border-left: thin outset;
    border-right: thin outset;
    border-top: thin outset;
    letter-spacing: 0px;
    padding-bottom: 0.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.5em;
    margin-left: 20px;
    margin-right: 20px;
}

p {
    text-aling: justify;
    line-height: 1.4em;
}
ul, dl, ol, table {
    line-height: 1.4em;
}
.lh-norm {
    line-height: 1.6em;
}

.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
a.noul {
    color: #191970;
    background-color: transparent;
    text-decoration: none;
}

table.menu {
    margin: 0;
    padding: 0;
    font-size: 10pt;
}
th.menu-a-1 {
    width: 80px;
    border-width: 2px;
    border-style: outset;
    border-color: #70a0ff;
    font-family: Arial;
    font-weight: bold;
    background-color: #6090ef;
}
th.menu-a-2 {
    width: 80px;
    border-width: 2px;
    border-style: inset;
    border-color: #70a0ff;
    font-family: Arial;
    font-weight: bold;
    background-color: #6090ef;
}
th.menu-b {
    width: 80px;
    border-width: 2px;
    border-style: outset;
    border-color: #76ddba;
    font-family: Arial;
    font-weight: bold;
    background-color: #66cdaa;
}
th.menu-c {
    width: 80px;
    border-width: 2px;
    border-style: outset;
    border-color: #edb0ed;
    font-family: Arial;
    font-weight: bold;
    background-color: #dda0dd;
}
th.menu-a-1 a, th.menu-a-1 a:visited {
    color: #000000;
    background-color: transparent;
    text-decoration: none;
    font-style: normal;
}
th.menu-a-1 a:hover {
    color: #ffff00;
    background-color: transparent;
    text-decoration: none;
    font-style: normal;
}
th.menu-a-2 a, th.menu-a-2 a:visited {
    color: #000000;
    background-color: transparent;
    text-decoration: none;
    font-style: normal;
}
th.menu-a-2 a:hover {
    color: #ffff00;
    background-color: transparent;
    text-decoration: none;
    font-style: normal;
}
th.menu-b a, th.menu-b a:visited {
    color: #000000;
    background-color: transparent;
    text-decoration: none;
    font-style: normal;
}
th.menu-b a:hover {
    color: #ffff00;
    background-color: transparent;
    text-decoration: none;
    font-style: normal;
}
th.menu-c a, th.menu-c a:visited {
    color: #000000;
    background-color: transparent;
    text-decoration: none;
    font-style: normal;
}
th.menu-c a:hover {
    color: #ffff00;
    background-color: transparent;
    text-decoration: none;
    font-style: normal;
}
