/* Late 90s/Early 2000s Web Design Aesthetic */

html {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  background-color: #EEEEEE;
}

body {
  margin: 0;
  padding: 0;
  background-color: #EEEEEE;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAE0lEQVQIW2P8/////8zAwMDAAAAhAgMBfyC2SwAAAABJRU5ErkJggg==');
}

.header {
  color: #FFFFFF;
  font-size: 36px;
  font-family: Times, "Times New Roman", serif;
  margin: 20px 0 5px 0;
  text-shadow: 2px 2px 4px #000000;
}

.tagline {
  color: #FFD700;
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0 20px 0;
  font-style: italic;
}

h2 {
  color: #8B0000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  margin-top: 10px;
}

h3 {
  color: #8B0000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin-top: 15px;
}

p {
  font-size: 14px;
  line-height: 1.6;
}

ul {
  font-size: 14px;
  line-height: 1.8;
}

table {
  font-size: 14px;
}

a {
  color: #0000FF;
  text-decoration: underline;
}

a:visited {
  color: #800080;
}

a:hover {
  color: #FF0000;
}

center {
  display: block;
  text-align: center;
}