<style>
			table{
				width: 100%;} 
				table, th, td{
				border: 5px solid black;
				border-collapse: collapse;
				}
				th, td{
					text-align: center;
				}
				h1{
					text-align: center;
				}
				td{
					background-color: #ccffff;
					color: #666699
				} 
				th{
					background-color: #ff9999;
					color: #666699
				}
</style>