.pony {
	background-color: White;		/* Background Colour*/
	color: Black;						/* Font Colour*/
	
	font-size: 12px;
}

.Pony H1 {
	color: #0D1F99;					/* Title Colour*/	
	
	margin: 0px 0px 0px 0px;
	
	font-size: 16px;
	font-weight: bold;
	
	
}

.Pony .Size {
	font-size: 12px;

}

.Quote {
	background-color: #FFFFE1;
	color: Black;
	
	font-size: 12px;
		
	border-style: solid;
	border-width: 1px;
	
	padding: 5px;
	margin: 10px;
}

.Quote .Author {
	font-weight: bold;
	font-size: 12px;
	text-align: right;
}

.Information {
	font-size: 12px;
}

.Information H1 {
	color: #0D1F99;					/* Title Colour*/	
	
	margin: 0px 0px 0px 0px;
	
	font-size: 12px;
	font-weight: bold;
	
	
}



