.body, html {
    font-family: trebuchet MS;
    font-size: 13pt;
    font-weight: bold;
    background-color: #006699;
    color: #FFF;
    text-align: center;
}

.content {
    width: 704px;
    margin: 0 auto;
    text-align: justify;
}

a.linki:link {
    color: #FFF;
    text-decoration: none;
}

a.linki:visited {
    color: #FFF;
    text-decoration: none;
}

a.linki:hover {
    color: #006699;
    background-color: #F0F0F0;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
}

a.linki:active {
    color: #FFF;
    text-decoration: none;
}

.small {
    font-size: 11pt;
    font-weight: bold;
}

hr.thin {
    height: 1px;
    border: 0;
    color: #FFF;
    background-color: #FFF;
    width: 700px;
}

.banner {
    border: 2px solid white;
    margin: 5px 0px;
}
