        /* Fonte do Android (Roboto/Sans-Serif) e reset minimalista */
        body {
            font-family: sans-serif;
			background-color:#89909F;
            color: #F8F4E3;
            padding: 20px;
            max-width: 800px;
            margin: 0 auto;
        }

        hr {
            border: 0;
            border-top: 1px solid #F8F4E3;
            margin: 20px 0;
        }

        .notice-item {
            margin-bottom: 20px;
			border:solid 1px #F8F4E3;
			border-radius:2px;
			margin:4px;
        }

        .date {
            font-weight: bold;
            font-size: 0.9rem;
        }

        .tag {
            color: #F8F4E3;
            font-size: 0.8rem;
            text-transform: uppercase;
        }

        footer {
            margin-top: 40px;
            font-size: 0.8rem;
            color: #F8F4E3;
        }

        button {
            background: #F8F4E3;
            border: 1px solid #ccc;
            padding: 5px 10px;
            cursor: pointer;
            font-family: sans-serif;
        }

        button:hover {
            background: #f0f0f0;
        }