html, body, p, h1, ul {
  background-color:white;
  font-size:12px; font-family: Verdana,Arial,Helvetica,sans-serif;
  margin: 0px;
  padding: 0px;
  list-style-type: none;

}

ul { 
  list-style-type: disc;
  margin-left: 18px; 
}



h1 {
  font-size:14px;
  padding-bottom: 1em;
}



a {color: red; text-decoration:none;}
a:hover {color:red; text-decoration:underline;}
a:visited {color:red;}

.footer {
   border-top: 1px solid #929292;
   text-align: right;
   margin: 1em;
   font-size: 10px;
   color: #333333;
}

.news-single-img {
  float: left;
  padding-right: 1em;

}

.lead {
 font-weight: bold;
 padding-bottom: 1em;

}
