@import url(news.css);

#newsTitle{
    font-weight: bold;
}

#newsTxt,
#newsTitle{
    margin: 3rem auto;
}

#newsTxt{
    /*margin: 3rem auto;*/
    font-size: 1.25rem;
    line-height: 2rem;
}

#writerCredit{
    margin: 2rem auto auto auto;
    font-weight: bold;
    display: inline-block;
}

html body div.newsWrap a:link{
  color:white !important;
}

html body div.newsWrap a:visited,
html body div.newsWrap a:active,
html body div.newsWrap a:hover{
  color:orange !important;
}