/* Common styles for all pages */
body {
    margin: 0;
    padding: 0;
    font-family: Tahoma, Geneva, sans-serif;
}

a {
    text-decoration: none;
}

li {
    margin-bottom: 8px;
}

.content-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.nav-menu {
    background-color: #6a0dad;
    padding: 15px;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}

.nav-menu a {
    color: white;
    text-decoration: none;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 16px;
    margin: 0 10px;
    transition: color 0.3s ease;
}

.nav-menu a:hover {
    color: #e0e0e0;
}

.caption {
    font-size: 34px;
    font-weight: normal;
    color: #000;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}

.caption-1 {
    font-size: 16px;
    font-family: Tahoma, Geneva, sans-serif;
}

.caption-2 {
    font-size: 16px;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    color: #990000;
}

.caption-3 {
    font-size: 16px;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    color: #F00;
}

.caption-4 {
    font-size: 16px;
    font-family: Tahoma, Geneva, sans-serif;
    color: #990000;
}

.year-header {
    font-size: 24px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    color: #6a0dad;
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 2px solid #6a0dad;
    padding-bottom: 5px;
}

.content {
    font-size: 16px;
    font-family: Tahoma, Geneva, sans-serif;
    text-align: justify;
}

.title-small {
    font-size: 20px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    color: #F90;
}

.title-large {
    font-size: 28px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    color: #000;
}

.margin {
    font-size: 10px;
    line-height: 10px;
}

.margin-small {
    font-size: 5px;
    line-height: 5px;
}

.margin-large {
    font-size: 16px;
    line-height: 16px;
}
