@charset "utf-8";
/* CSS Document */

div#burberryPO {
	width:100%;
	text-align:center;
	margin:0 auto;
	font-size:12px;
}

#burberryPO h2 {
	color:#F00;	
}

#burberryPO table{
	border: 1px #666 solid;
	border-collapse:collapse;
}

#burberryPO table th{
	background-color:#666;
	color:#fff;
}