/* CSS Document */

/* ====================================================================
Custom corners and borders
-------------------------------------------------------------------- */
/* Styles we want all browsers to see */
body {
font: 12px/1.5 Georgia, "Times New Roman", Times, serif;
}

div.Article {
font: 12px/1.5 Georgia, "Times New Roman", Times, serif;
  background: #ccc;
  border:none;
  position:relative;
 } 
 
div.Article h3 {
  font-size:1.3em;
  padding:15px;
}

div.ArticleBody {
  padding:15px;
  margin:0;
  margin-top:-1.7em;
}
  
  div.rankingtab {
  margin: 0px 15px 0 0;
  padding:0;
  width: 100px; 
}
  
.cloumn two. ArticleFooter p {
	font-size: 0.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	text-decoration: underline;
	text-align: right;
 
 }
 
.column-three p, .column-two p {
	text-align: right;
	margin-right: 30px;
}
  
div.ArticleFooter p {
  padding:15px;
  margin:-2em 0 0 0;
}
