p:hover
{
font-size: 15px;
font-weight: bold;
color: white;
font-family: helvetica, arial;
background-color: black;
}

img:hover
{
opacity:0.5;
filter:alpha(opacity=50);
}

h1:hover
{
color: red;
background-color: black;
}

h2:hover
{
color: gray;
background-color: black;
}

body
{ 
	font-family: Georgia, serif;
	font-size: 12px;
	background-color: white;
	color: black;
	margin: 10px;
	background: white;
	background: url(../images/squidfingers_bg.gif) repeat top left;
	<p class="body">
	
}

h1 { 
	color: white;
	font-family: Arial, sans-serif;
	font-size: 30px;
	margin-bottom: 10px;
	}

h2
{	
	color: red;
	font-family: Arial, sans-serif;
	padding-bottom: 5px;
	margin: 0;
}

#footer
{
	text-align: center;
	margin-top: 30px;
	font-size: 11px;
}

#posts
{
	padding: 25px;
	background-color: white;
	width: 600px;
	margin:0 auto;
}

.entry
{
	margin-bottom: 20px;
	border-bottom: 1px solid gray;
}

.date { font-size: 11px;
}
