body {
	background-color: #EFF2F3;
	
}

td.text {
	padding-left: 15px;
	padding-right: 10px;
	
}
table {
   background-color: White;
	border-left: thin;
	border-left-color: Black;
	border-left-style: solid;
}


h1{
   font-weight: bold;
	font-size: 30px;
	color: Black;
	
}

h2 {
	font-weight: bold;
	font-size: 20px;
	color: Black;
}

.copyright{
	font-size: xx-small;
	text-decoration: none;
}



