body {
	background: #eee url('http://theclaw.com/v2images/pagebkg.png') repeat-y scroll center;
	position: relative;
}

a, a img {
	border: 0;
	text-decoration: none;
	outline: 0;
}


a {
	color: red;
}
a:hover {
	color: black;
}
a:visited {
	color: red;
}

.callout {
font-family:georgia,serif;
font-size:24px;
font-style:italic;
padding:1px;
font-weight:bold;
text-align:center;
padding-left:9px;
border:0px;
margin-bottom:32px;
}
