* {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}

body {
    background-color: linen;
}

a {
    color: #0000EE
}
p {
    text-align: justify;
}
a:visited {
    color: #551A8B
}

a:active {
    color: #FF0000
}

h1, h2, h3 {
    text-align: left;
}

hr {
    border-width: 4px;
    border-color: black;
}

.strong {
    font-weight: bold;
}

table {
    width: 630px;
}

.photo {
    width: 80%;
}

.photo-small {
    width: 45%;
}

.center {
    text-align: center;
}

.text-blue {
    color: blue;
}

.text-red {
    color: red;
}

table tbody tr td {
    padding: 0 1.5em;
}

.gallery {
    display: flex;
    justify-content:space-between;
}
