        /****************/
        /* Site styles. */
        /****************/

        body
            {
            background-color : #c0c0c0;
            color            : #000000;
            font-size        : 20px
            font-family      : Times New Roman, Serif;
            border-color     : #000000;
            link             : #000000;
            }

        a:link    { color : #000000 }
        a:visited { color : #000000 }
        a:hover   { color : #0000ff }

        .LinkTitle
            {
            font-size  : 16px;
            text-align : right;
            }
            
        .Page_Title
            {
            font-family : Alaska;
            font-size   : 30px;
            font-weight : bold;
            text-align  : center;
            }
            
        .Page_SubTitle
            {
            font-family : Alaska;
            font-size   : 25px;
            font-weight : bold;
            text-align  : center;
            }

        .Page_Home
            {
            font-family : Tahoma;
            font-size   : 16px;
            font-weight : bold;
            text-align  : center;
            }
