body {
    background-color: #005B00;
    background-image: url(images/background_index.jpg);
    color: #CCFF44;
}
a:link {
    font-weight:bold;
    color:#CCFF44;
    text-decoration:none;
}
a:visited {
    font-weight:bold;
    color:#CCFF44;
    text-decoration:none
}
a:hover {
    font-weight:bold;
    color:#CCFF44;
    text-decoration:none
}
a:active {
    font-weight:bold;
    color:#CCFF44;
    text-decoration:underline
}
a:focus {
    font-weight:bold;
    color:#CCFF44;
    text-decoration:underline
}

