body {
            color: #FFFFFF;
            background: #000 url(back.png) repeat-x fixed left top;
            margin: 0;
            padding: 0;
            border-right: #000000 8px ridge;
            border-top: #000000 8px ridge;
            border-left: #000000 8px ridge;
            border-bottom: #000000 8px ridge;
        }

        /* Estilos para a div que contém as thumbs */
        .thumbs-container {
            text-align: center;
            padding: 13px;
        }

        .thumb {
            display: inline-block;
            margin: 0 14px 14px 0;
            padding: 0;
        }

        .thumb a {
            display: block;
            padding: 13px;
        }

        .thumb a:hover {
            background: #777777;
        }

        .thumb img {
            width: 100px;
            height: 100px;
            max-width: 100%;
        }

        /* Estilos para a div com os links de navegação */
        .pagination {
            margin-top: 20px;
            display: flex;
            padding: 0px; 20px;
            flex-wrap: wrap;
            justify-content: center;
            font-size: 26px;
            color: #777777;
        }

        .pagination a {
            margin: 5px;
            text-decoration: none;
            color: #777777;
        }

        /* Estilos para as tabelas */
        table {
            width: 100%;
        }

        td {
            text-align: center;
        }
