body {
    background-color: #c0c0c0;
    font-family: "Times New Roman", Times, serif;
    color: #000000;
    margin: 0;
    padding: 20px;
}

h1,
h2,
h3 {
    text-align: center;
    color: #000080;
    /* Navy blue headers */
}

a:link {
    color: #0000FF;
    /* Standard blue link */
}

a:visited {
    color: #800080;
    /* Standard purple visited link */
}

.container {
    background-color: #ffffff;
    width: 800px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000000;
    box-shadow: 5px 5px 0px #808080;
}

.nav-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    background-color: #e0e0e0;
    border: 1px solid #999;
}

.nav-table td {
    border: 1px solid #999;
    padding: 5px;
    text-align: center;
}

.marquee-container {
    background-color: #000080;
    color: yellow;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 10px;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.footer {
    text-align: center;
    font-size: small;
    margin-top: 30px;
    border-top: 2px ridge white;
    padding-top: 10px;
}

/* Resume specific styles */
.resume-section {
    margin-bottom: 20px;
}

.resume-header {
    background-color: #efefef;
    padding: 5px;
    border-bottom: 1px solid #000000;
    font-weight: bold;
}

.job-title {
    font-weight: bold;
    float: left;
}

.job-date {
    font-style: italic;
    float: right;
}

.clear {
    clear: both;
}

ul {
    list-style-type: square;
}