
div#news_archive {
        width: 100%;
        height: 40px;
        text-align: right;
        font-family: 'Trebuchet MS',trebuchet,trebuchet ms;
}

div#news_archive a {
        color: black;
        text-decoration: none;
        font-size: 10px;
}

div.news_content {
        width: 100%;
        font-size: 12px;
}

div.news_art {
        position: relative;
        text-align: left;
        width: 100%;
        font-family: 'Trebuchet MS',trebuchet,trebuchet ms;
}

div.news_art h1 {
  font-size: 17px;
  margin-top: 0px;
}

div.news_art h2 {
  font-size: 12px;
}

div.news_datum {
        position: absolute;
        top: 0px;
        right: 0px;
        font-size: 10px;
}
ul#news_list {
  padding:0px;
  margin:0px;
  list-style: none;
}

ul#news_list li {
  margin-bottom: 10px;
  border-bottom: 1px dashed gray;
}

div#showall {
  text-align: right;
}

div#showall a {
  text-decoration: none;
  color: black;
  font-size: 10px;
}

