
.banner {
background-image: url(images/banner4.jpg);
background-repeat: no-repeat;
}

.menuDolls {
background-image: url(images/dollBar1.jpg);
background-repeat: no-repeat;
}

.menuBears {
background-image: url(images/bearBar1.jpg);
background-repeat: no-repeat;
}

.menuRabbits {
background-image: url(images/rabbitBar1.jpg);
background-repeat: no-repeat;
}

a img {border: none; }

a:active {
text-decoration: none;
}

a:link {
color: #000000;
text-decoration: none;
font-size:11px;
}

a:visited {
color: #000000;
text-decoration: none;
font-size:11px;
}

a:hover {
color: #999999;
text-decoration: underline;
}

