a, a:hover, .entry p a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

a:hover {
	color: #999;
}

.sidebars a {
	color:#FFF;
}

.sidebars a:hover {
	color:#999;
	text-decoration:blink;
}

.posttitle a: {
	color: #FFF;
}

.posttitle a:hover {
	color: #999;
}

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

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

.post a {
	color: #FFF;
}

.post a:hover {
	color: #999;
	text-decoration:underline;
}

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

