        .page A,
        .page A:hover,
        .activePage A,
        .activePage A:hover

        {
            text-decoration: none;
            font-weight: bold;
            font-size: 16px;
            border-left: 2px #CCCCCC solid;
            border-top: 2px #DDDDDD solid;
            border-right: 2px gray solid;
            margin-top: 2px;
            padding-left: 7px; 
            padding-right: 7px;
        }
        .page A
        {
            color: white;
            background-color: #999999;
            border-bottom: 2px #999999 solid;
        }
        .page A:hover
        {
            color: yellow; 
            background-color: #7766FF;
            border-bottom: 2px silver solid;
        }
        .activePage A,
        .activePage A:hover
        {
            color: yellow;
            background-color: #CCCCCC;
            border-bottom: 2px #CCCCCC solid;
        }
        .content
        {
            margin-top: 1px;            
            border: 1px solid #CCCCCC;
            background-color: #E6E6E6; 
        }
        
        H1
        {
             font-size: 20px;
             color: #01049d;
             text-align: center;
        }
         H2
        {
             font-size: 14px;
             color:  #01049d;
             text-align: center;
        }