h4,h3,h2,h1{
 color: #595d68;
}
A:active
{
	color:#9d9d9d;
	text-decoration:none;
}
A:link
{
	color:#616161;
    text-decoration:none; 
}
A:hover
{
	color:#838383;
	text-decoration:underline;
}
A:visited
{
	color:#bb6666;
	text-decoration:underline;
}
P
{
	color:#323232;
}

.blogEntry .title {
	background-color: #bbb;
	color: #333;
	font-size: 1.3em;
	padding: 6px 15px 8px 15px;
	width: 94%;
}

.blogEntry .posted {
	background-color: #bbb;
	color: #777;
	font-size: 0.7em;
	padding: 0px 15px 6px 15px;
	width: 94%;
}

.blogEntry .text {
	padding-left: 15px;
	width: 90%;
}

.blogEntry p {

	font-size: .9em;
	
}

.blogEntry p a:hover {

	text-decoration: none;

	

}

