html, body{
   	margin: 0;
   	padding:0;
	background-color: #fff; /*#E2E9E1;*/	
   	height: auto !important;  /* FF2 & IE7 */
   	height: 100%;      /* IE5.x & IE6 */
   	min-height: 100%;  /* FF2 & IE7 */
}

body{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 0.8em;
	color: #ccc;
}

h1 {
	font-weight: bold;
	font-size:1.2em;
}

h2 {
	font-weight: bold;
	font-size:0.9em;
}

p, ul, li{
	color: #838382;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #58616e;
} 

a:hover  {
	text-decoration: underline;
}	
	
a:active {
	text-decoration: underline;
}

img {
	border:0;
}



