/* All pages */
    BODY {
     background-color: #99CCFF;
     color: #336699;
     font-family: Georgia;
     font-size: small;
    }

    DIV.header {
    }
    
    DIV.footer {
     font-family: Verdana;
     font-size: x-small;
     border-color: #336699;
    }

    IMG {
    }

    A, A:visited {
     color: #006699;
     text-decoration: none;
     border-bottom: 1px solid transparent;
    }
    A:hover, A:visited:hover {
     color: #000099;
     text-decoration: none;
     border-bottom: 1px dashed #000099;
    }
    A.adv, A.adv:visited {
    }
     {
    }
    A.adv:hover, A.adv:visited:hover {
    }

    TABLE {
    }
    TABLE TR {
    }
    TABLE TH {
     font-size: large;
     font-weight: bold;
     border-color: #336699;
     background-color: #6699CC;
    }
    TABLE TD {
     border-color: #336699;
    }
/* end of All pages */

/* Index */
    DIV.index_adv {
    }
    
    A.enter, A.enter:visited, A.enter:hover, A.enter:visited:hover {
     font-weight: bold;
     font-family: Georgia;
     font-size: x-large;
    }
    
    TABLE.recips {
    }
    TABLE.recips TR {
    }
    TABLE.recips TH {
    }
    TABLE.recips TD {
    }
    TABLE.warning {
    }
    TABLE.warning TR {
    }
    TABLE.warning TH {
    }
    TABLE.warning TD {
    }
/* end of Index */

/* Main */
    DIV.main_adv {
    }
    TABLE.main {
    }
    TABLE.main TR {
    }
    TABLE.main TH {
    }
    TABLE.main TD {
    }
/* end of Main */

/* Gallery */
/* end of Gallery */

