table {
border-collapse: collapse;
}
        
th, td {
border: 1px solid black;
padding: 4px 8px;
}

.tachado {
text-decoration: line-through;
}

.center {
text-align: center;
}
  
.titulo {
font-size: 2.5em;
font-family: Times New Roman, serif;
font-weight: bold;
}

.subtitulo {
text-align: center;
}
      
a {
color: #0000ee;
}
 
img {
width: 150px;
height: 150px;
vertical-align: middle;
}