body, html {
  background-color: black;
  font-size: 12px;
  font-family: arial; 
  font-color: white;
}

#container {
  width: 75%;
  margin: auto;
}

#header, #footer {
  text-align: center;
  color: white;
}


.main_content {
  background-color: #222;
  color: white;
  padding: 2em;
}

.links {
  width: 100%;
  background-color: black;
  color: white;
  text-align: center;
  border: 1px solid red;
}

.links td {
  height: 40px;
}
.links a {
  text-decoration: none;
  padding: 10px;
}
.links a:hover {
  background-color: #333;
}

.header {
  background-color: black;
  text-align: center;
}

a {
  color: white;
  font-weight: bold;
  font-size: 14px;
}

a:active, a:visited, a:hover {
  color: red;
}

.links a:hover {
  color: white;
}


h1 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
}

h2 {
  font-size: 16px;
  font-weight: bold;
}

p {
  margin: 1em;
}

.column {
  float: left;
  width: 40%;
  margin: 5%;
}
