body {
background-image: url(images/image002.gif);
background-repeat: repeat-y;
background-position: center;

}
a:link {
color: black;
}
a:visited {
color: black;
}
a:hover {
color: white;
}


.navcontainer { width: 200px; }

.navcontainer ul {
margin-left: 3px;
margin-top: 15px;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

.navcontainer a {
display: block;
padding: 3px;
width: 160px;
background-color: #ff9753;
border: 1px solid #a95119;

}
.navcontainer li {
padding-bottom: 10px;
}

.navcontainer a:link {
color: #000;
text-decoration: none;
}

.navcontainer a:visited {
color: #000;
text-decoration: none;
}

.navcontainer a:hover {
background-color: #7f007e;
color: #fff;
border: 1px solid #fff;
text-decoration: none;
}