body {
	background-color:yellow;
	font-family: "Gill Sans", sans-serif;
}
#As {
	background-color:lightblue;
	padding: 5px;
	margin: 5px;
}
#allcontent {
width: 500px;
padding-top: 5px;
padding-bottom: 5px;
margin-left: auto;
margin-right: auto;
}
table#table01 {
    background-color: blue;
}
table#table01 th, table#table01 td {
    background-color: blue;
    color: white;
}
table, th, td  {
	border: 1px solid black;
	border-collapse: collapse;
	color: blue;
	padding: 5px;
	background-color: green;
}