body {
  background:#ccc;
  height:	100%;
}

a,
a:link,
a:link:visited,
a:visited {
  color:blue;
  pointer:cursor;
}

div.entry_title {
 width:100%;
 height:28px;
 background:#000;
 color:#fff;
 text-align:center;
 padding-top:8px;
}

div.entry_header {
  padding:24px;
}

div.entry_header p {
  padding-bottom:24px;
}

div.entry_body {
	padding:24px;
	text-align:center;
}
