/* stylesheet: AAAWelder */

BODY     { margin-left: 10%;
           margin-right: 5%;
           font-family: Arial, Garamond, sans-serif;
}

pre      { font-family: monospace;
}

h1       { font-size: 300%;
           font-weight: bold;
           font-family: garamond, sans-serif, serif;
           text-align: center;
           margin-top: 0;
           margin-bottom: 0;
}

h2       { font-size: 150%;
           font-weight: bold;
           font-family: garamond, sans-serif, serif;
           /*font-style: italic;*/
           text-align: center;
           margin-top: 0;
           margin-bottom: 0;
}

h3       { font-size: 130%;
           font-family: garamond,sans-serif, serif;
           font-weight: bold;
           text-align: center;
           color: aqua;
}
             
h4       { margin-left: -8%;
           font-size: 110%;
           font-family: garamond, sans-serif, serif;
           font-weight: bold;
           font-style: underline;
           color: "#FAEBD7";
}

h5       { font-size: 75%;
           font-family: sans-serif, serif;
           font-weight: bold;
           color: yellow;
}          /* Marquee */

h6       { font-size: 85%;
           font-family: garamond,sans-serif, serif;
         /*  font-weight: bold;
           color: yellow;  */
}

p         { margin-top: 0, margin-bottom: 0;
}

em        { font-style: italic;
            font-weight: bold;
            text-transform: uppercase;
            color: "#ff6600";
}

form       { margin-left: -8%;
}

a:link    { text-decoration: none;
            color: blue;
            font-weight: normal; } /* Unvisited Links */
a:visited { color: maroon;
            font-weight: normal; } /* Visited Links   */
a:active  { color: red; } /* On Mouse Click  */
a:hover   { text-decoration: underline;
            font-size: 125%;
            color: black;
            font-weight: bold;
            background-color: orange; } /* Graphical Display */