/*
 * @note		Wrapper elements
 * @date		080611
 * @author	dselinger
 */

/*
 * Headings
 */

h1{
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: bold;
	color: #8F8F8F;
	}

h2{
	margin-bottom: 10px;
	font-weight: bold;
	}

/*
 * Links
 */

a,
a:visited,
a:link{
	color: #E8850D;
	text-decoration: none;
	}
	
a:hover{
	text-decoration: underline;
	color: #000;
	}
	
/* Standard tags */
b, strong{
	font-weight: bold;	
	}
	
/* TL tags */
div.ce_text div{
	margin-left: 0px;
	}

