/* stylesheet: AAAWelders' aaa_persona */

BODY     { margin-left: 10%;
           margin-right: 5%;
           background-color: #000000;
           color: #C6C6C6;
           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;
           color: aqua;
           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: 100%;
           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       { margin-left: -8%;
           background-color: #D2D2D2;
           font-size: 120%;
           font-family: garamond, sans-serif, serif;
           font-weight: bold;
            color: #000000;
}

hr       { /* margin-left: -8%; */
           color: blue;
           background-color: blue;
           border: 0;
           width: 80%;
}

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

.nobr {white-space: nowrap;
}

img.displayed { display: block;
                margin-left: auto;
                margin-right: auto;
}

em        { font-style: italic;
            font-size: 105%;
            font-weight: bold;
            text-transform: uppercase;
            color: yellow ;
}

form       { margin-left: -8%;
}

a:link    { text-decoration: none;
            color: aqua;
            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: 110%;
            color: black;
            font-weight: bold;
            background-color: aqua; } /* Graphical Display */
