body { background-color: black;
       margin-top: 0;
       margin-left: 0 }

p { color: white;
    font-size: 14pt;
    text-align: justify;
    font-family: Times New Roman, Arial }

font { font-family: Times New Roman, Arial;
       color: white;
       font-size: 14pt }

h1 { color: white;
     text-align: center;
     font-size: 18pt;
     border-width: thin;
     border-color: white;
     border-style: outset;
     font-family: Times New Roman, Arial }

h2 { color: white;
     text-align: center;
     font-size: 16pt;
     font-family: Times New Roman, Arial }

h3 { color: white;
     text-align: center;
     font-size: 14pt;
     font-family: Times New Roman, Arial }

h4 { color: white;
     text-align: center;
     font-size: 12pt;
     font-family: Times New Roman, Arial }

#h4Borde { color: white;
           text-align: center;
           font-size: 12pt;
           margin-top: 10px;
           margin-left: 15%;
           margin-right: 15%;
           border-width: thin;
           border-color: white;
           border-style: outset;
           font-family: Times New Roman, Arial }

#txtForm { font-family: Times New Roman, Arial;
           color: white;
           font-size: 11pt }

blockquote { font-style: italic;
             text-align: center;
             color: white }

a:link { color: #ffffff;
         text-align: center;
         font-family: "Comic Sans MS", garamond, utopia, times, serif;
         font-size: 10pt }

a:visited { color: #00ffee;
            text-align: center;
            font-family: "Comic Sans MS", garamond, utopia, times, serif;
            font-size: 10pt }

a:active { color: #ff1100;
           text-align: center;
           font-family: "Comic Sans MS", garamond, utopia, times, serif;
           font-size: 10pt }

a:hover { color: #ffff00;
          text-align: center;
          font-family: "Comic Sans MS", garamond, utopia, times, serif;
          font-size: 10pt }
