body
  {
  color: #444;
  font-size: 100%;
  }
  
div#content
  {
  width: 100%;
  height: 100%;
  color: #444;
  overflow: auto;
  }
  
  div#header
  {
  width: 100%;
  height: 159px;
  position: absolute;
  top: 0;
  left: 0;
  color: #c00;
  margin: 0;
  background: #d71f27;
  }
  
  
a, a:link { 
	font-size: 11px;
	font-weight: 900;
	text-decoration: none ;
	color: #900; }

a:visited { 
	text-decoration: none ;
	color: #900; }

a:hover {
	text-decoration: underline;
	color: #c00; }

a:visited.hover { 
	text-decoration: underline;
	color: #c00; }

.readings {
	font-size: 11px;
}

h2.blog, h2.blog a, h2.blog a:link {
	margin:0;
	font-size:medium;
}