body {
background-color: #000000;
color: #ffffff;
}

.body {
color: #ffffff;
font-size: 14px
}

.head {
font-size: 16px;
font-weight: bold;
margin-bottom: 0px
}

a.home {
background-image:url(images/home.gif);
text-decoration: none
}

a.home:hover, a.home:focus {
background-image:url(images/homeOn.gif);
text-decoration: none
}

a.next {
background-image:url(images/next.gif);
text-decoration: none
}

a.next:hover, a.next:focus {
background-image:url(images/nextOn.gif);
text-decoration: none
}

a.back {
background-image:url(images/back.gif);
text-decoration: none
}

a.back:hover, a.back:focus {
background-image:url(images/backOn.gif);
text-decoration: none
}