Body {
background: #E9FAE9;
absolute-size: medium;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 4em
}
H1 {font-weight: bold;
    font family: Arial, *;
    background-color: #6a9892;
    color: white;
    text-align: center;
    font-variant: small-caps;
    border-bottom: solid black;
    display: block;
    clear: both;
}
H2 {font-weight: bold;
    font-family: arial, *;
    background-color: #6a9892;
    color: white;
    text-align: center;
    font-variant: small-caps; 
    margin-left: 10%;
    margin-right: 10%; 
    border-bottom: solid black;
    display: block;
    clear: both;
}

H3 {font-weight: bold;
    font-family: arial, *;
    background-color: #6a9892;
    color: white;
    text-align: center;
    font-variant: small-caps; 
    padding-right: 1em;
    margin-left: 18%;
    margin-right: 18%; 
    border-bottom: solid black;
    display: block;
    clear: both;
}

H4 {font-weight: bold;
    font-family: arial, *;
    background-color: #6a9892;
    color: white;
    text-align: center;
    font-variant: small-caps; 
    border-bottom: solid black;
    display: block;
    clear: both;
    margin-left: 10%;
    margin-right: 10%;
}
H5 {font-weight: bold;
    font-family: arial, *;
    background-color: #6a9892;
    color: white;
    text-align: left;
    font-variant: small-caps; 
    padding-left: 1em;
    border-bottom: solid black;
    display: block;
    margin-right: 40%;
    }
div.smalltext {font-size: x-small;
               padding: 2em, 4em;
               border-bottom: solid black;
               margin: 5px;
} 

div.answers {font-size: x-small;
             padding: 1em, 4em;
             border-bottom: solid black;
             text-align: justify;
} 

div.aside   {font-size: x-small;
             margin-left: 20%;
             background-color: #D2B48C;
             padding: 1em, 2em;
             border-bottom: thin solid black;
}

div.discuss {font-size: x-small;
             margin-left: 10%;
             background-color: #8ab792;
             padding: 1em, 2em;
             border-bottom: thin solid black;
}

div.warning {font-weight: bold;
             font-varient: small-caps;
             font-style: oblique;
             background-color: #a4c3e6;
             padding: 1em, 1em;
             text-align: center;
             margin-left: 45%;
             } 

div.contact {font-varient: small caps;
             font-size: xx-small;
             text align: center;
             }
 
A     {text-decoration: underscore;} 
A:link {color: #000080;}
A:visited {color: black;}
A:hover {color: #000080;
         font-weight: bold;
}
A:active {color: #ff0000}




