html,body {
margin: 0;
padding: 0;
}

img {
border: 0px;
margin: 0px;
}

p {
font-family: arial;
font-size: 10px;
color: #cccccc;
text-align: center;
}

a:link {
color: #cccccc;
text-decoration: none;
}

a:visited {
color: #cccccc;
text-decoration: none;
}

a:hover {
color: #333333;
text-decoration: underline;
}

a:active {
color: #333333;
text-decoration: none;
} 

.home {
width: 162px;
height: 30px;
display: block;
font-size: 10px;
text-decoration: none;
background-repeat: no-repeat;
background-image: url(../images/sbbHome_off.jpg);
}

.home:hover {
background-image: url(../images/sbbHome_on.jpg);
}

body#home a.home {
background-image: url(../images/sbbHome_on.jpg);
}

.photography {
width: 162px;
height: 30px;
display: block;
font-size: 10px;
text-decoration: none;
background-repeat: no-repeat;
background-image: url(../images/sbbPhotography_off.jpg);
}

.photography:hover {
background-image: url(../images/sbbPhotography_on.jpg);
}

body#photography a.photography {
background-image: url(../images/sbbPhotography_on.jpg);
}

.paintings {
width: 162px;
height: 30px;
display: block;
font-size: 10px;
text-decoration: none;
background-repeat: no-repeat;
background-image: url(../images/sbbPaintings_off.jpg);
}

.paintings:hover {
background-image: url(../images/sbbPaintings_on.jpg);
}

body#paintings a.paintings {
background-image: url(../images/sbbPaintings_on.jpg);
}

.about {
width: 164px;
height: 30px;
display: block;
font-size: 10px;
text-decoration: none;
background-repeat: no-repeat;
background-image: url(../images/sbbAboutMe_off.jpg);
}

.about:hover {
background-image: url(../images/sbbAboutMe_on.jpg);
}

body#about a.about {
background-image: url(../images/sbbAboutMe_on.jpg);
}

.contact {
width: 162px;
height: 30px;
display: block;
font-size: 10px;
text-decoration: none;
background-repeat: no-repeat;
background-image: url(../images/sbbContactMe_off.jpg);
}

.contact:hover {
background-image: url(../images/sbbContactMe_on.jpg);
}

body#contact a.contact {
background-image: url(../images/sbbContactMe_on.jpg);
}