/***** Global Settings *****/
 
html, body 
{
	border:0;
	margin:0;
	padding:0;
}
  
body
{
	background: #ccc;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	text-align: center;
}


html, body, div, p 
{
	font-family: Arial, sans-serif; 
	color: #000; 
}

h1
{
	 font-size: 123.33%; /*16px*/
	 text-align: center;
}

#wrapper
{
  width: 398px;
  margin: 80px auto;
  text-align: left;
  background-color: White;
  border: solid 1px #333;
}

#wrapper p 
{
	 padding: 5px 35px 5px 40px;
}

#wrapper a
{
	 display:block;
	 padding: 5px 15px 5px 40px;
	 margin-bottom: 20px;
	 color: Blue;
}

#head_img
{
	 border-bottom: solid 1px #333;
}

