header{ text-align:center;
	width:auto;
     border-radius:10px;
	 max-width: 960px;
	 min-height: 15px;
	margin:0.25em auto;
	padding:0.10em;
	font-family: "Baskerville Old Face";
	text-shadow: #aaa 4px 4px 4px;	
	}


article{
	margin-bottom:5px; padding: 10px;
	width:200px;	
	border-style:solid;
	-webkit-transform:rotate(20deg);
	background-color:#6A5ACD;
	box-shadow: 10px 10px 5px #888;
	border-radius: 10px 10px 10px 10px;
}
