table {	width: 430px;	float: left;	margin-left: auto;	margin-top: 10px;	margin-bottom: 10px;	margin-right: auto;	padding: 0px;	background-color: #cc6699;	border: 2px solid #ff99cc;	border-spacing: 4px;	font-size: 12px;	font-weight: bold;	text-align: center;	color: #ffcccc;	}table, td, th {	margin: 0px;	padding: 0px;	border-left: 2px solid #660033;	border-right: 2px solid #ffcccc;	border-bottom: 2px solid #990066;	font-weight: bold;	}td, th {	border-top: 2px solid #990066;	border-left: 2px solid #ffcccc;	border-right: 2px solid #660033;	border-bottom: 2px solid #ff99cc;	height: 100px;	}