body {
  background-color:black;
}

h1 {
  font-family:courier;
  color: white;
  text-align: center;
}
h4 {
  font-family:courier;
  color: white;
  text-align: center;
}
p {
  font-family: courier;
  color: white;
  font-size: 20px;
  text-align: center;
}

a{
  text-align: center;
}

.header{
border-style: groove;
border-color: green;

}


.table1 {
	border-style: dotted;
	padding: 0.1em 1em;

	background-color: #EAF0F3; 
    border-color: white; 
		z-index: 2;
		position: relative;
		text-shadow: 0 0 1px #c29582;
}