@charset "utf-8";
	{
	margin: 0; 
	padding: 0;
	}
	
	body {
	background-color: #e2e2e2;
	}
	
	#wrapper {
	background-color: #e2e2e2;
	margin:0 auto;
	padding:10px 20px;	
	width:800px;
	}
	
	a {
	text-decoration:none;
	color: #e52626;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	text-align: center;
    margin-left:auto;
    margin-right:auto;
	}
	
	a:hover {
	text-decoration: underline;
	}
	
	img.hello {
    display:block;
    margin-left:auto;
    margin-right:auto;
	}
	
	p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	text-align: center;
    margin-left:auto;
    margin-right:auto;
	}
	

