* { margin: 0px; padding: 0px; }
body
	{
		background-color: #e8e8e8;
		/*height: 100%;*/
		color: #000;
		font-size: 100.1%;
		font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
		letter-spacing: 0.12em;
		font-size:0.85em;
		text-align:left;
		line-height: 1.3em;
	}
html,body
	{
		font-size: 100%;
		/*height:100%;*/
		letter-spacing: 0.12em;
		font-size:0.85em;
		text-align:left;
		line-height: 1.3em;
	}
p
	{
		line-height:1.2em;
		margin:0.1em;
	}	
a
	{
		background-color: transparent;
		color: #d6d633;
		text-decoration:none;
	}
h1
	{
		color: #939146;
		background-color: transparent;
		font-size: 1.75em;
		font-weight:900;
		margin-bottom: 1.5em;
		text-align:left;
	}
h2
	{
		color: #939146;
		background-color: transparent;
		font-size: 1.35em;
		line-height:1.5em;
		font-weight:900;
		margin-bottom: 1.75em;
		text-align:left;
	}
h3
	{
		color: #939146;
		background-color: transparent;
		font-size: 1.1em;
		font-weight:900;
		margin-bottom: 1.35em;
		text-align:left;
	}
ul
	{
		margin-top:20px;
		margin-bottom:20px;
	}
li
	{
		margin-left:40px;
		margin-right:40px;
	}
strong	
	{
		font-weight:900;
	}

