a:link {
    text-decoration: none;
    color: #356A46;
}

a:visited {
    text-decoration: none;
    color: #356A46;
}

a:hover {
    text-decoration: none;
    color: #356A46;
}

a:active {
    color: #FF0000;
    text-decoration: none;
}

a.hidden {
    color: #000000;
}

a.hidden:visited {
    color: #000000;
    text-decoration: none;
}

a.hidden:hover {
    color: #0000CC;
}

a.hidden:active {
    color: #000000;
}

a.nav:link {
    color: #333333;
    padding: 2px;
}

a.nav:visited {
    color: #cccccc;
    padding: 2px;
}

a.nav:hover {
    color: #FFFFFF;
    background-color: #666666;
    padding: 2px;
}

a.menu {
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

a.menu:hover {
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 1px;
}

a.box {
    padding: 3px;
    background-color: #FFFFFF;
    text-decoration: none;
    border: medium solid #CCCCCC;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.box:hover {
    color: #000000;
    padding: 3px;
    text-decoration: none;
    background-color: #666666;
    border: medium solid #3366FF;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

body, td, th, a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #356A46;
}

body {
    background-image: url(images/page.png);
    background-size: cover;
    background-repeat:repeat;
    margin: 0;
    padding: 0;
}

.body-content {
    background-image: url(images/body.png);
    background-size: cover;
    background-repeat: repeat;
    padding: 20px;
}

.header, .footer {
    background-color: #FFFFFF;
}

.style1 {
    font-size: 12;
}

.menu-item {
    background: url('images/menuseparator.png') no-repeat center center;
    color: #FFFFFF;
    font-weight: bold;
}

.menu-item a {
    color: #FFFFFF !important; /* Ensure menu links are white */
}

.menu-item a:hover {
    color: #FFFFFF !important; /* Keep the hover state white */
}