<style>
h1 {
    font-family: Helvetica, Arial; 
}
h2 {
font-family: Helvetica, Arial; 
}
 body {
            margin: 0;
            padding: 0;
            display: flex;
            font-family: Arial, Helvetica, sans-serif;
text-align: justify;
    background-color:#fef9ff;

        }
  .container {
            width: 100%;
            height: 100vh;
            display: flex;
            flex-direction: column;
        }
        .cabecalho {
           flex-grow: 0;
            border: 0px;
            background-color:#721C09;
            color: #fff;
            text-align: left;

        }

        .menu {
          flex-grow: 0;
            border: 0px;

            background-color:#D90368;
        
            padding: 10px;

            justify-content: space-around;
       
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
font-family:Arial, Helvetica, sans-serif;

 
        }

        .conteudo {
      flex-grow: 0;
            border: 0px;
          
        }

 




 
table {
    border-collapse: collapse;
    width: 100%;
}

table, th, td {
    border: 1px solid #000;
}

th, td {
    padding: 8px;
    text-align: left;
}

tr:nth-child(even) {
    background-color: #ABB2B9;
}
 

a:link, a:visited {
  background-color:#00120B;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
font-family:Arial, Helvetica, sans-serif;
}

a:hover, a:active {
  background-color: #B9B9B9;
}

    </style>
