body {
color:#cc3333;
font-family:"Lucida Grande", verdana;
margin:0px;
padding:0px;
text-align:center;
background-color:#cc3333;
}

#all {
	width:500px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:auto;
	border: 2px solid #ffffff;
	-webkit-border-radius: 10px;
	-webkit-transform: rotate(-5deg);
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	-moz-border-radius: 10px;
	text-align:left;
	padding:10px;
	background-color:white;
	font-size:x-large;
}

h1, h2, h3 {
	margin:0px;
	padding:0px;
}

h3 {
	font-weight: normal;
	color:gray;
}