/* This file is meant only to make the h1 style on the homepage look like mainPaneLeft, so search engines can find a meaningful h1 title and index the page correctly */
h1 {   
	font: 400 13pt "trebuchet ms", serif;
	color: #7c0c2d;
	line-height: 1.5;
	text-align: left;
}

h2 {   
	font: 400 12pt "trebuchet ms", serif;
	color: #89193a;
	line-height: 1.5;
	text-align: left;
}

h3 {   
	font: 400 13pt "trebuchet ms", serif;
	color: #962647;
	line-height: 1.5;
	text-align: left;
}

h2 a {
	text-decoration: underline;
	color: #89193a;
}

#blog_excerpt_headline a {
	font: 500 12pt "trebuchet ms", serif;
	color: #666;
}
