@import "/content/basepage.less";

a, .link {
  color: #000;
  text-decoration: none;
}

a:hover {
   color: #000;
}

.news {
    font-family: "Courier-New", monospace;
    color: black;
    background-color: white;
}

.newsitem {
    display: flex;
}

.newsitem > .newslink {
    flex: 0 1 100%;
    margin: 0.5em 0 0 0;
}
