h1, h1 a {
	/*font-family: "Century Schoolbook", "Century", Georgia;*/
	font-family: "Trebuchet MS", Tahoma, "Geneva", arial, sans-serif;
	/*font-style: italic;*/
	text-transform: uppercase;
	font-size: 23px;
	font-weight: lighter;
	margin-top: 0px;
	color: #4b4b4b;
}

h1.large {
	font-size: 40px;
}

h2 {
	/*font-family: "Century Schoolbook", "Century", Georgia;*/
	font-family: "Trebuchet MS", Tahoma, "Geneva", arial, sans-serif;
	/*font-style: italic;*/
	text-transform: uppercase;
	font-size: 23px;
	font-weight: lighter;
	margin-top: 5px;
	color: #4b4b4b;
	margin-bottom: 0;
	padding:0;
}

a {
	color: #AAA;
	text-decoration: none;
}

.sub {
	color: #CCC;
	font-size: 11px;
}

.author {
	color: #AAA;
	font-size: 11px;
	text-transform: uppercase;
}

.comment-link {
	/*font-family: "Century Schoolbook", "Century", Georgia;*/
	font-family: "Trebuchet MS", Tahoma, "Geneva", arial, sans-serif;
	/*font-style: italic;*/
	color: #666666;
	margin-left: 20px;
}

.red {
	color: #dd1517;
}