/*-----------------------------------------------FARM BOY® & FARM GIRL™ default styleauthor:  briana como - www.u4eadesign.comversion:  1.1 - December 2007----------------------------------------------- *//* all pages */body {	margin: 0;  	padding: 0;  	font: 10px/130% "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;    background: #DF3247;}h1 {	font-size: 18px;	color: #FFF;		margin-top: 0;	margin-bottom: 0;		}h2 {	font-size: 14px;	color: #FFF;		margin-top: 8px;	margin-bottom: 0;	}	p {	color: #242424;}		/********************************************//* HTML LAYOUT			*//********************************************/#container {	width: 300px;	margin: 50px auto;	text-align: center;	}/*	Links */a:link {color: #FFF; text-decoration: none;}a:visited {color: #FFF; text-decoration: none;}a:hover {color: #000;}a:active {color: #000;}p a:link {color: #242424; text-decoration: none;}p a:visited {color: #242424; text-decoration: none;}p a:hover {color: #FFF;}p a:active {color: #FFF;}