/*	960 Grid System ~ Text CSS.	Learn more ~ http://960.gs/	Licensed under GPL and MIT.*//* `Basic HTML----------------------------------------------------------------------------------------------------*/body {	font: 12px/1.5 Arial, 'Liberation Sans', FreeSans, sans-serif;color:#333333;}a { color:#9e420b;text-decoration:none; }a:hover { text-decoration:underline; }hr {	margin:15px 0;	border:none;	background:url(../images/structure/hr.png) repeat-x;	clear: both;	height:1px;}/* `Headings----------------------------------------------------------------------------------------------------*/h2,h3,h3 a,legend { color:#3c561e; }h3 a:hover { color:#7e9521;text-decoration:none; }h2 {	font-size: 19px;margin-bottom:10px;line-height:1.1em;}h3,legend {	font-size:14px;line-height:1.2em;margin-bottom:5px;}h4 {	font-size: 14px;}h5 {	font-size: 13px;}h6 {	font-size: 11px;}/* `Spacing----------------------------------------------------------------------------------------------------*/ol {	list-style: decimal;}ul {	list-style: disc;}li {	margin-left: 30px;}p,dl,h1,h4,h5,h6,ol,ul,pre,table,address,fieldset {	margin-bottom: 20px;}