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[href] { 
    color: #18557B;
    padding:0 13px;
}


a.external {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:transparent url(/images/external.png) no-repeat scroll right center;
  padding:0 13px;
}

p {
    margin-top: 0px;
}

b {
    margin-top: 0px;
}

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

td {
	vertical-align: top;
}

.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: 170px;
}

.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;
}

