body {
	background-color: #F0F8FF;
	font-family: Georgia;
}

h1 {
	color: white;
	padding-top: 25px;			
}
			
h2 {				
	text-align: center;
	color: #B0CFDE;
}
	
h6 {
	text-align: center;
}

img {
	border: 5px solid #C9DFEC;
}
th {
	background-color: Platinum;
	color: black;
}

th, td {
  	padding: 10px;
}
			
table, th, td {
  	border: 1px solid black;
  	border-collapse: collapse;
}