body {
    margin: 0px 48px;
    border: 0px;
    padding: 0px;
    width: auto;
    height: auto;
    font-family: "Arial", "Elvetica", sans-serif;
    font-size: 13px;
    color: Black;
    background-color: White;
}

div, table {
    margin: 0px;
    border: 0px;
    padding: 0px;
    width: 100%;
}

tr.nohover:hover td {
    background-color: transparent;
}

tr:hover td {
    background-color: LightGray;
}

td {
    vertical-align: top;
}

div#container {
    margin: 0px auto;
    border: 0px;
    padding: 0px;
    width: 100%; /* 720px; */
    height: auto;
    background-color: White;
}

div#header {
}

div.nologo {
    margin: 3px 0px;
    font-size: 13px;
}

div.logo {
    /* logo is 361x72 px */
    height: 72px;
    font-size: 13px;
    font-weight: bold;
    background-image: url("../img/logo-swissathletics+ftal.png");
    background-repeat: no-repeat;
}

div#menu {
    margin: 3px 0px;
    border-top: 1px solid Black;
    border-bottom: 1px solid Black;
    font-size: 13px;
}

div#body {
    margin: 3px 0px;
}

div#footer {
    border-top: 1px solid Black;
    font-size: 11px;
    color: Maroon;
}

div#extracontainer {
    border-top: 0px solid Black;
    font-size: 11px;
    color: Gray;
}

form {
    margin: 9px 0px;
    border: 0px;
    padding: 0px;
    /* text-align: center; */
}

p {
    
}

p.left {
    text-align: left;
}

p.center {
    text-align: center;
}

p.right {
    text-align: right;
}

p.justify {
    text-align: justify;
}

img {
    margin: 0px;
    border: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}
