body {
	background-image: url(http://4vector.com/i/free-vector-diamond-squares-1-pattern-clip-art_104045_Diamond_Squares_1_Pattern_clip_art_hight.png);
	background-repeat: repeat;
	font-family: "Trebuchet MS";
	color: #424242;
}

h1 {
	text-align: center;
}

h2 {
	text-align: center;
}
h3 {
	text-align: center;
}
h4 {
	text-align: center;
}

div {
	background-color: white;
	padding: 5px;
	margin: 8%;

}

canvas {
	text-align: center;
}

p {
	text-align: center;
	font-size: 18px;
	margin-left: inherit;
	margin-right: inherit;
}


table {
	align: center;
	text-align: center;
	font-size: 24px;
	margin-left: inherit;
	margin-right: inherit;
	border: 1px solid black;
  border-collapse: collapse;
}

table.centerTable {
	margin: 0px auto;
}

th, td {
	padding: 5px;
}

a {
	color: #58ACFA;
	text-decoration: none;
}

div.img {
	margin: 5px;
	padding: 5px;
	border: 1px solid #0000ff;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
}
