/* CSS Document */

.post h2 {
display:block;
font-size: .95em;
}

.entry h2, #recent-posts-in-cat h2, #recent-news h2 {
display:block;
font-size: 1.2em;
}

#recent-posts-in-cat, #recent-news {
border: none;
}

#recent-posts-in-cat ul li, #recent-news ul li {
border-bottom: 1px dotted #000066;
}

#recent-posts-in-cat ul li a:hover, #recent-news ul li a:hover {
		color: #40738C;
		text-decoration: none;
		}