/* CSS Document *//* ---------- HEADERS ---------- *//* Grouped Attributes */h1, h2, h3, h4 {	font-family: "Lucida Grande", Helvetica, Arial;	font-weight: bold;}	/* Green - Page Title or Main Sections */h1 {	font-size: 25px;	color: #8FAB2A;	margin: 0px 0px 7px 0px;}/* Blue - Sub Headers */h2 {	font-size: 15px;	color: #4E78C2;	line-height: 17px;	margin: 0px 0px 5px 0px;}/* Blue - Sub Section Headers */h3 {	font-size: 15px;	color: #ce8300;	line-height: 17px;	margin: 0px 0px 5px 0px;}/* White - Footer Sections */h4 {	font-size: 15px;	color: #fff;	margin: 0px 0px 15px 0px;}/* Yellow - Forum Sections */h5 {	font-family: "Lucida Grande", Helvetica, Arial;	font-size: 13px;	color: #8E885E;	margin: 0px 0px 0px 0px;}/* ---------- PARAGRAPHS AND GENERAL TEXT ---------- */p {	font-family: "Lucida Grande", Helvetica, Arial;	font-size: 12px;	line-height: 18px;	color: #616161;	margin: 0px 0px 20px 0px;}
