/* All pages */
    BODY {
     background-color: #000055;
     color: #9999FF;
     font-family: Times New Roman;
     font-size: small;
    }

    DIV.header {
    }
    DIV.footer {
     font-family: Georgia;
     font-size: x-small;
     border-color: #9999FF;
    }

    IMG {
    }

    A {
     color: #5555FF;
     text-decoration: none;
    }
    A:visited {
     color: #5555FF;
     text-decoration: none;
    }
    A:hover {
     color: #AAAAFF;
     text-decoration: underline;
    }
    A:visited:hover {
     color: #AAAAFF;
     text-decoration: underline;
    }
    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: #3333AA;
     background-color: #000022;
    }
    TABLE TD {
     border-color: #3333AA;
    }
/* end of All pages */

/* Index */
    DIV.index_adv {
    }
    
    A.enter {
     font-weight: bold;
     font-family: Georgia;
     font-size: large;
    }
    A.enter:visited {
     font-weight: bold;
     font-family: Georgia;
     font-size: large;
    }
    A.enter:hover {
     font-weight: bold;
     font-family: Georgia;
     font-size: large;
    }
    A.enter:visited:hover {
     font-weight: bold;
     font-family: Georgia;
     font-size: large;
    }
    
    TABLE.recips {
    }
    TABLE.recips TR {
    }
    TABLE.recips TH {
    }
    TABLE.recips TD {
     background-color: #000044;
    }
    TABLE.warning {
    }
    TABLE.warning TR {
    }
    TABLE.warning TH {
    }
    TABLE.warning TD {
     background-color: #000044;
    }
/* 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 */

