/*** CSS* * @version 1.0* @author Sam http://www.samely.net (2009)* @version 2.0* @author Lynn http://www.lynnharris.org (2011)*/	* { padding: 0; margin: 0; }body {	background: #fff;	color: #000000;	font-size: 11px;	line-height: 14px;	padding: 30px;	font-family: Helvetica, Arial, Sans-Serif;	font-style: normal;	font-weight: normal;	}body.section-1 #content {	font-family: Helvetica, Arial, Sans-Serif;	font-style: normal;	font-weight: normal;	}body.section-2 #content {	font-family: Helvetica, Arial, Sans-Serif;	font-style: normal;	font-weight: normal;	}body.section-4 #content {	font-family: Helvetica, Arial, Sans-Serif;	font-style: normal;	font-weight: normal;	}body.section-5 #content {	font-family: Helvetica, Arial, Sans-Serif;	font-style: normal;	font-weight: normal;	}	a { 	color: #000000;	text-decoration: none;	}a:visited {	color: #000000;	}em {	font-weight: normal;	background: #fff;	}a:hover {	color: #00000;	text-decoration: underline;	}ul {	list-style-type: none;	padding-bottom: 5px;	}h1, h2, h3, h4, h5, h6, p {	font-size: 11px;	font-weight: normal;	padding-bottom: 20px;	}h2.title {	font-style: normal;	font-size: 10px;	}#menu {	position: absolute;	width: 300px;	}#menu ul li {	font-size: 11px;	font-family: Arial, Helvetica, sans-serif;	font-style: normal;	color: #000000;	font-weight: normal;	}#logo:link,  { 	background: transparent;	}#logo:visited,  { 	background: transparent;	}	#logo:hover,  { 	background: transparent;	}	#logo:active,  { 	background: transparent;	}	#content {	position: absolute;	width: 600px;	left: 300px;	}#content ol li {	margin-bottom: 15px;	}#footer p {	font-size: 10px;	line-height: 14px;	padding-top: 60px;	padding-bottom: 60px;	font-weight: normal;	}a:active {	color: #000000;	text-decoration: underline;}
