body{
    background-color: #231f20;
    text-align: center;
    font-family: Georgia, Times New Roman, Times, Serif;
}

h1{
    color: silver;
}

h2{
	color: silver;
}

h3{
	color: silver;
}

p{
	color: silver;
}

#table1 {
	margin-left: 170px;
}

#table2 {
	margin-left: 150px;
}
	
#body {
	border: solid;
	border-color: silver;
	background-color: #231f20;
	margin-left: 300px;
	margin-right: 300px;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-bottom: 20px;
	padding-top: 20px;
}

a:link {
	color: #231f20;
}

a:visited {
	color: #231f20;
}

