body {
    background-color: #99ccff;
    color: black;
}
* {
    font-family: Verdana, sans-serif;
    font-size: 12px;
}
h1 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    clear: both;
}
h2 {
    font-size: 16px;
    font-weight: bold;
    clear: both;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    background: #c03030;
    color: white;
}
a.balkl {
    font-size: 16px;
    font-weight: bold;
    clear: both;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    background: #c03030;
    color: white;
    text-decoration: none;
    display: block;
}
a.balkl:hover {
    text-decoration: underline;
}
a.balkr {
    font-size: 16px;
    font-weight: bold;
    clear: both;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    background: #c03030;
    color: white;
    text-align: right;
    text-decoration: none;
    display: block;
}
a.balkr:hover {
    text-decoration: underline;
}
table {
    width: 700px;
}
table td {
    padding-right: 5px;
    padding-bottom: 30px;
}
p {
    text-align: left;
    padding-top: 0px;
}
p.r {
    padding-top: 10px;
    clear: right;
}
p.l {
    padding-top: 10px;
    clear: left;
}
img {
    margin-top: 10px;
    margin-bottom: 10px;
}
img.r {
    float: right;
    clear: both;
    margin-left: 20px;
}
img.l {
    float: left;
    clear: both;
    margin-right: 20px;
}
img.c {
    display: block;
    clear: both;
    margin: auto;
}
div.main {
    margin: auto;
    width: 702px;
}
a img {
    border: none;
}
