/* Basic Site Styles */
body {
    background-color: #E0DCC8; /* Earthy beige */
    background-image: url(''); /* Optionally add a small repeating texture here later */
    margin: 10px;
}

.main-border {
    border: 1px solid #000000;
}

a {
    color: #0000FF;
    text-decoration: underline;
}

a:visited {
    color: #800080;
}

a:hover {
    color: #FF0000;
}

.nav-link {
    color: #FFFFFF;
    text-decoration: none;
}

.nav-link:hover {
    text-decoration: underline;
    color: #FFFFCC;
}

h1 {
    margin-top: 0;
    margin-bottom: 5px;
}

p {
    margin-top: 5px;
    margin-bottom: 15px;
    line-height: 1.4;
}
