body {
  background-color: Gainsboro;
  <!background-color: Whitesmoke;>
}

h1 {
  color: navy;
  margin-left: 20px;
}


a:link, a:visited {
  color: #676767;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #985858;
  background-color: transparent;
  text-decoration: none;
}

a:active {
  color: #802050;
  background-color: transparent;
  text-decoration: none;
}

.aligncenter {
    text-align: center;
    }


	      
.header {
    text-align: center;font-family:futura;color:#888888;font-size:3em;
    }

.main {
    text-align: center;font-family:verdana;color:#888888;font-size:1.7em;line-height:1.5;
    }

.large {
    text-align: center;font-family:verdana;color:#383838;font-size:1.7em;line-height: 1.6;
    }

.normal {
    text-align: center;font-family:verdana;color:#888888;font-size:1.1em;line-height: 1.4;
    }

.small {
    text-align: center;font-family:verdana;color:#888888;font-size:0.9em;line-height:1;
    }

table {
    align:center;
}

td {
    font-family:verdana;color:#888888;font-size:1.3em;line-height:1.5;padding:5px
}
td:nth-child(odd) {
    padding-right:50px;text-align:right
}
td:nth-child(even) {
    padding-left:4px;text-align:left
}


@media screen and (max-width: 1000px) {
    .header {
	text-align: center;font-family:futura;color:#888888;font-size:5em;
    }
    .large {
    text-align: center;font-family:verdana;color:#383838;font-size:3em;line-height: 1.6;
    }
    .normal {
    text-align: center;font-family:verdana;color:#888888;font-size:2.2em;line-height: 1.4;
    }
    .small {
    text-align: center;font-family:verdana;color:#888888;font-size:2em;line-height:1;
    }
    td {
    font-family:verdana;color:#888888;font-size:1.9em;line-height:1.5;padding:5px
    }
}
