body {
    margin: 0px;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: normal;
    color: #232323;
    text-align: justify;
}

h1 { 
    font-family: Helvetica; 
    font-size: 14px; 
    font-weight: bold; 
    margin-top: 0px;
}

a { 
    color: #18557B 
}

p {
    margin-top: 0px;
}

b {
    margin-top: 0px;
}


.ipv6 {
    position: absolute;
    left: 350px;
    top: 30px;
    color: #777;
}

.top {
    margin-top: 5px;
}

.content {
    position: absolute; 
    left: 200px; 
    top: 90px; 
    width: 550px; 
    padding: 20px; 
    border-left: 1px dashed #bebebe; 
    border-right: 1px dashed #bebebe;
}

.navigation {
    position: absolute; 
    top: 90px; 
    line-height: 1.5; 
    padding: 20px; 
    width: 150px;
}

.chatter {
    text-align: left;
}

.news {
    position: absolute;
    left: 800px;
    top: 90px;
    padding: 20px;
    font-size: 12px;
}

.news_entry {
    text-decoration: none;
    color: #777777;
}

.news_entry:hover {
    text-decoration: none;
    color: #232323;
}

.txt_light { 
    color: #777777;
    font-size: 12px;
}


