@font-face {
    font-family:Arial;
    font-weight:normal;
    font-style:normal;
}
body {
    margin:0;
    padding:0;
}
:focus {
    outline:0;
}
.preload {
    text-align:center;
}
.container {
    font-size:13px;
    border:1px solid;
}
.header {
    text-align:center;
    height:35px;
    padding-top:5px;
}
.header a {
    font-family:Arial;
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
}
.header a:hover {
    text-decoration:underline;
}
.news {
    margin-top:-10px;
    padding:5px;
    overflow:hidden;
}
.news a {
    font-weight:bold;
    text-decoration:none;
}
.news a:hover {
    text-decoration:underline;
}
.single {
    border-bottom:1px dotted;
    padding:5px;
}
.date {
    font-size:12px;
}
.source {
    display: block;
}
.source a{
    font-weight:normal;
}
.source a:hover {
    text-decoration:underline;
}
.limit {
}