@charset "UTF-8";
/* CSS Document */

div.blog_appetizer {
	margin-top: 10px;
	border-top: 1px solid #000;
}

div.blog_appetizer p a {
	color: #000;
}

#blogBox a {
	text-decoration:none;
	color: #000;
	font-weight: normal;
}
#blogBox h3 a {
	font-weight: bold;
}
#blogBox a:hover {text-decoration:underline;}


