/* *************************************************************NAME: bree.cssDATE: 02/01/2005DESCRIPTION:general styles for breedemoss.com website + Homepage************************************************************* *//* **************** BODY / DIV / PAGE CONTAINER STYLES **************** */body {	margin-top: 0px;	background: #524A47;	text-align: center;}/* **************** GLOBAL TEXT / FORM / LIST STYLES **************** *//* *************************************************************HEADING USAGEH1: Use for the name of the page. This should usually match the page's TITLE.H2: Use for first-level subheads. Use h2.top when an H2 immediately follows an H1.H3: Use for second-level subheads.H4: When possible, use an inline subhead instead, using STRONG. Otherwise, use this for third-level subheads.H5: Use for a sidebar's heading.************************************************************* *//* Establishes default type face for website */ a, div, h1, h2, h3, h4, input, li, p, table, textarea, address {	font-family: verdana, arial, helvetica, sans-serif;}h3, h4, p, li, table, input, textarea, address { 	color: #313C40;	font-size: 11px; }b, strong, th, span.fadetext {	color: #445054;}h2, h3, h4, h5, p, address {	margin: 0;	padding: 10px 10px 0 10px;}p.graphic {	padding: 10px;	font-size: 10px;}h1 {	margin: 0;	padding: 8px 0 0 10px;	letter-spacing: 1px; 	font-size: 16px;	font-weight: bold;}h2 { 	font-size: 14px;	font-weight: bold;	margin-top: 5px;}h2.top { margin: 0px; }h3 { 	font-size: 11px;	font-weight: bold;	margin-top: 5px;}h4, h5 {	font-size: 11px;	font-weight: bold;}p, address {	line-height: 15px;}address { font-style: normal; }b.red, strong.red { color: #f03f35; }.sidenote {	padding: 10px 15px 0 20px;	font-size: 10px;}.home p {	color: #F3F1F1;}div.clearer { 	clear: both; 	background: transparent; 	line-height: 0;	height: 10px;} /* **************** HYPERLINK STYLES **************** */a, a strong {	color: #EF3F35;}a:visited {	color: #EF3F35;}a:visited:hover {	color: #EF3F35;}