#ITW {
    margin-top: 1em ;
}

#main:link, #main:visited {
    text-decoration: none;
    color: white;
    font: 50px Arial;
    font-weight: bold;
    font-style: italic;

}

h1 {
    margin-block-start: 0px;
    margin-block-end: 0px;
}

body {
    margin-left: 22.5%;
    margin-right: 22.5%;

    background-image: url("./resources/cv_3/bg.jpg"), url("./resources/cv_3/footer_bg.gif"), url("./resources/cv_3/footer_bg.gif"), url("./resources/cv_3/footer_bg.gif");
    background-repeat: repeat-x, repeat-x, repeat-x, repeat-x;
    background-position: top, 50% 100%, 50% 95%, 50% 91%;
}

p {
    margin-block-start: 0.3em;
    margin-block-end: 0.3em;
}

h2 {
    color: #b15e23;
    font: 100% Arial;
    font-weight: bold;
}

h2#first {
    margin-top: 2em ;
}

h2#third {
    margin-top: 1em;
}

#intr {
    color: #d5a17c;
    font: 1.5em Arial;
    font-weight: bold;
    font-style: italic;
    margin-block-end: 1.85em;
}

h2#second {
    margin-top: 1em;
}

h2#fourth {
    margin-top: 1em;
    margin-bottom: 1em;
}

h2#fifth {
    color: white;
    padding-top: 1em;
}

h2#sixth {
    color: white;
    padding-top: 1em;
}

li.nav {
    font: 0.9em Arial;
    display: inline;
    margin-left: -4%;
}

li.nav + li.nav {
    margin-left: 1%;
}


.nav:link, .nav:visited {
    text-decoration: none;
    color: white;
}

a.nav:hover {
    position: relative;
}

a.nav:hover::after {
    content: url(resources/cv_3/menu_bullet.gif);
    display: block;
    position: absolute;
    left: 50%;
}

.gray_pad {
    color: #656565; 
    padding-bottom: 5em;
}

.gray {
    color: #656565;
}

.black {
    color: #3c1f0a;
    font-weight: bold;
    border-bottom: 0.13em dotted;
    width: 100%;
    display: block;
    text-decoration: none;
}

table {
   border: 0.2em solid black;
   text-align: center;
}

td.rd {
    background-color: #b15e23;
    border: 0.13em dotted black;
    border-right: 0.13em solid black;
    border-bottom: 0.13em solid black;
}

td.body {
    width: 25em;
    background-color: #b15e23;
    border: 0.13em dotted black;
    border-right: 0.13em solid black;
    border-bottom: 0.13em solid black;
}

td.namae {
    width: 10em;
    text-align: left;
    border-top: 0.1em solid black;
    border-bottom: 0.1em solid gray;
}

td.else {
    border-top: 0.1em solid black;
    border-bottom: 0.1em solid gray;
}

dt {
    color: white;
    float: left;
    width: 10%;
}

dd {
    width: 90%;
}

a.brown {
    color: #d5a17c;
    text-decoration: none;
}

li.ok {
    padding-inline-start: 0.5em;
    list-style-image: url(./resources/cv_3/footer_list_bullet.gif);
}

.ft {
    padding-left: 2em;
}   