h1{text-align: center;font-size: 300%}
table{font-size: 100%; text-align:center;}
.center{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:40%;
}
.centertable{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:70%;
}
.thirds{
	
	width:33%;
}
.fullsize{

	width:100%;
}


body{background-color: rgb(245,132,38);}

