.pagearticles {
  display: block;
  height: auto;
  width: auto;
  }
.articlestext {
  display: block;
  height: auto;
  text-align: left;
  padding-top: 7px;
  }
.articlescol {
 display: block;
/*background-color:#000;*/
 height: auto;
 border-bottom: 0px solid #fff;
 padding: 10px 10px 10px 0px;
 clear:both;
 }
.articlescol a {
  border-bottom: 0px dotted #005FA9;
 }
.articlescol a:hover {
  color: #c90;
  border-bottom: 0px dotted #005FA9;
  text-decoration: underline;
 }
 
.articlestitle {
 font-size: 1.0em;
 display: block;
 color: #000;
 width: auto;
 border-top: 0px solid #000;
 padding: 0px 0px 0px 0px;
 }
.articlestitle:hover {
 display: block;
 color: #000;
 width: auto;
 border-top: 0px solid #000;
 padding: 0px 0px 0px 0px;
 }

.datebox {
 display: block;
 border: solid #fff;
 border-width: 0px 0px 0px 0px;
 width: auto;
 }
.date {
 color: #ccc;
 font-weight: bold;
 font-size: 0.8em;
 padding: 0 0 0 0px;
 border-left: 0px solid #fff;
 }

.articlesImage {
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
}

.articles_mini_box {
  display: block;
  width:auto;
  height:auto;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
    border: solid 0px #0f0;
  float: left;
  }
.articles_mini {
  display: block;
  float: left;
  }
.articles_mini img {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: solid 0px #ccc;
  }
