		body, blockquote, p, hr {
			margin: 0;
			padding: 0;
		}
		
		body {
			padding: 2em 0;
		}
		
		blockquote {
			font: normal 100%/150% Arial, sans-serif;
			width: 25em;
			margin: 0 auto;
		}	
		
		p {
			margin: 1em 0; 
			text-align: center;
			color: #555;
		}
		
		em {
			color: #AAA;
		}
		
		cite {
			display: block;
			text-align: right;
			font-size: 0.6em;
			font-style: normal;
		}
		
		cite a {
			color: #8080FF;
			text-decoration: none;
			border-bottom: 1px dotted;
		}
		
		cite a:hover {
			color: #6868E7;
			border-bottom-style: solid;			
		}
