body {background: #EEEEEE;}

.body {
	width:400px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666;
  margin: 50px auto;
  padding: 25px;
  border: 10px solid #EEDDCC;
  background: white;
}

h1 {
  font-size: 28px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: -2px;
}

a {text-decoration: none;
}

a:link {
  color: #FF0000;
}

a:hover {
  color: #FF0000;
  text-decoration: underline;
}

a:visited {
  color: #FF0000;
}
img {
  
  margin-bottom: 10px;
}

.content {
  
border-top: 1px dashed #EEDDCC;

}

.message {
  margin: 0 auto;
  width: 500px;
  
}

