/* ----------- CSS reset (make styles look the same in every browser) ----------- */html{color:#000;background:white;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}/* ----------- Page Settings ----------- */html, body {	margin: 0px;	padding: 0px;}a img {	border: none;}/* ----------- Clear and Spacing ----------- */.clear {	clear: both;	display: block;	font-size: 1px;	line-height: 1px;	height: 1px;	margin: 0 0 -1px 0;}/* ----------- Structure ----------- */#container{	width: 500px;	margin: auto;	padding-top: 50px;}h1{	position: relative;	font-family: arial;	font-weight: bold;	font-size: 14px;	text-transform: uppercase;	color: #656565;	padding-left: 4px;}h1 strong{	color: black;}#content{	margin-top: 40px;	padding-left: 4px;	border-top: 1px solid #cecece;	border-bottom: 1px solid #cecece;	padding-top: 40px;	padding-bottom: 40px;	}#content ul, #content li{	margin: 0;	padding: 0;	display: inline;}#content ul li a{	display: block;    font-weight: bold;    clear: both;    font-family: arial;    font-size: 20px;    font-weight: bold;    margin: 0;    padding: 0;    text-transform: uppercase;    color: #656565;	text-decoration: none;	margin-bottom: 20px;}#content ul li a:hover{	color: black;	padding-left: 6px;}
