@charset "utf-8";
/* CSS Document */

    html, body  {
	  	margin:0;
		padding:0;
	}

	
	* {
		padding: 0px;
		border: 0px none;
	}  

	a:link {
		text-decoration:underline;
		color:#060;
	}
	a:visited {
		color:#030;
	}
	a:hover  {
		text-decoration:none;
	}
	a:active  {
		text-decoration:underline;
	}


    #wrapper  {
		width:800px;
		margin: 0 auto;
		background-color: #FFF;
		
	  }
	  
	#img	{
		margin: 0 auto;
	}
	  
	#p	{
		font-size:12px;
		font:Verdana, Geneva, sans-serif;
	}
		
	#h2	{
		font-size: 14px;
	}
		


