body {
    font-family: "Times New Roman", Times, serif;
    margin: 50px 80px;
    color: #000;
}

h1 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #000000;
    text-shadow: 3px 2px 5px #ff4200;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

p.content {
    text-align: justify;
    font-size: 17px;
    line-height: 1.6;
    text-indent: 40px;
    margin: 0 0 20px 0;
}

.highlight-red {
    color: #cc0000;
    font-weight: bold;
    font-style: normal;
}

.highlight-blue {
    color: #3333cc;
    font-style: italic;
}

.signature {
    text-align: right;
    font-size: 16px;
}

.signature a {
    color: #5e6b78;
    text-decoration: underline;
}