h1,
h3,
h4,
h5 {
    color: white;
}

blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul {
    margin: 0;
    padding: 0;
}

        
a {
    color: white;
    text-decoration: underline;
}
        
a:hover {
    color: #cccccc;
}

h2 {
    color: white;
    margin-top: -10px;
    margin-bottom: 20px;
}

h3 {
    color: white;
    margin-bottom: 50px;
}

body {
    color: white;
    background-color: #191b21;
    margin: 0 auto;
    padding-bottom:0;  
}

.outer {
  margin: 0 auto;
}

.content {
    max-width: 1250px;
    margin: 0 auto;
    margin-bottom: 40px;
}
        
.header {    
    margin-top: 30px;
    margin-bottom: 20px;
}

.titletext {
  font-size: 2.7em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
    
.tagline {    

    margin-top: 20px;
    margin-bottom: 20px;
}

.menu {    
    margin-top: 20px;
    margin-bottom: 20px;
        display: block;
    font-size: 1.50em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.text {
    display: none;
    margin-bottom: 20px;
}

.text {display: none;
    margin-bottom: 20px;
}

#text0 {
    display: block;
}

.table {
    width: 100%;
    margin-bottom: 40px;
}

footer {
    margin-top: 50px;
    min-width: 100%;
    margin: 0 auto;
    position: absolute;
}