/* document created by dt fischer - copyright and all rights reserved ©2005-2011 dt fischer */


        BODY  
           { 
             background-color: Black;
             color: Black;
             font-family: Georgia;
             font-size: normal;
             font-style: normal;
             font-weight: bold;      
/*
             background-image: url("./art/nothing.jpg");
             background-repeat: no-repeat;
             background-attachment: fixed;
*/
            }


/* LINK STYLES */

        A:link {color: White; text-decoration: none}
        A:visited {color: White; text-decoration: none}
        A:active {color: White; text-decoration: none}
        A:hover {color: White; text-decoration: underline}     


/* TEXT STYLES */

       H1
          {
           color: White;
           font-family: Georgia;
           font-size: x-large;
           font-style: normal;
           font-weight: bold;
           text-align: center;
          }


        H2
          {
           color: White;
           font-family: Georgia;
           font-size: medium;
           font-style: normal;
           font-weight: bold;
           text-align: center;
          }

        H3
          {
           color: White;
           font-family: Georgia;
           font-size: x-small;
           font-style: normal;
           font-weight; normal;
           text-align: center;
          }


        DIV
          {
           color: White;
           font-family: Georgia;
           font-size: medium;
           font-style: normal;
           font-weight: normal;
           text-align: left;
          }

        P
          {
           color: White;
           font-family: Georgia;
           font-size: medium;
           font-style: normal;
           font-weight: normal;
           text-align: left;
          }


/* TABLE STYLES */

       TABLE
          {
           background-color: Black;           
           border-width: none;
           border-style: none;
           border-color: Black;
          }

       TR
          {
           background-color: Black;
           text-align: left;
           vertical-align: middle;
          }

       TD
          {
           background-color: Black;
           text-align: left;
           vertical-align: middle;
           border-width: none;
           border-style: none;
           border-color: Black;
          }

