/*
// $Id: content.css,v 1.3 2009/02/11 16:39:11 scottl Exp $
// $Revision: 1.3 $
// $Author: scottl $
//
// $Log: content.css,v $
// Revision 1.3  2009/02/11 16:39:11  scottl
// Changed link color.
//
// Revision 1.2  2008/12/02 23:27:35  zachb
// *** empty log message ***
//
// Revision 1.1  2008/11/20 21:18:27  zachb
// *** empty log message ***
//
// Revision 1.2  2008/02/22 19:01:54  scottl
// Various changes to reference website.  Added new and updated example code modules and fixed some basic things that were missing/broken (Google Analytics, doctype, etc.)
//
//
*/
.txtContent {
	font-size: 12px;
	color: #2a414f;
	line-height: 17px;
}
.txtContent h2 {
	margin: 10px 0 1px 0;
	font-size: 15px;
	color: #1fa4c6;
	font-weight: bold;
	letter-spacing: .1em;
}
.txtContent A:link {
	color: #9e660e;
	text-decoration: none;
}
.txtContent A:visited {
	color: #9e660e;
	text-decoration: none;
}
.txtContent A:hover {
	color: #9e660e;
	text-decoration: underline;
}
.txtContent A:active {
	color: #9e660e;
	text-decoration: underline;
}
