a, a:hover, .entry p a:visited {
	color: #005a9f;
}

a:hover {
	color: #5f96c2;
}

.sidebars a {
	color:#005A9F;
}

.sidebars a:hover {
	color:#5F96C2;
}

.posttitle a: {
	color: #FFF;
}

.posttitle a:hover {
	color: #5f96c2;
}

.entry p a {
	border-bottom: 1px dotted #333f51;
}

.entry p a:hover {
	border-bottom: 1px solid #c9c929;
	text-decoration: none;
}

.post a {
	color: #ccc;
}

.post a:hover {
	color: #fff;
}

#wp-calendar a {
	font-weight: bold;
}

.datestamp { 
	background: #005A9F;
	border: 1px solid #005A9F;
}

.datestamp div {
	background: #005A9F url(images/cal_bg.jpg) repeat-x;
}
