body  {margin: 0; padding: 0; }
a:link     { color: black; font-weight: bold; text-decoration: none; }
a:visited   { color: black; font-weight: bold; text-decoration: none; }
a:active   { color: black; font-weight: bold; text-decoration: none; }
a:hover           { color: white; font-weight: bold; text-decoration: none; }
h1 { color: black; font-size: 16px; font-family: helvetica; font-weight: bold; font-style: normal; line-height: 19px; margin-top: 0; margin-bottom: 4px; }
h2 { color: black; font-size: 12px; font-family: helvetica; font-weight: normal; line-height: 14px; }
h3 { color: black; font-size: 11px; font-family: helvetica; font-weight: bold; font-style: normal; line-height: 13px; margin-top: 0; margin-bottom: 2px; }
h4 { color: black; font-size: 11px; font-family: helvetica; font-weight: normal; font-style: normal; line-height: 12px; margin-top: 0; margin-bottom: 0; }
h5 { color: black; font-size: 11px; font-family: helvetica; font-weight: normal; font-style: normal; line-height: 12px; margin-top: 4px; margin-bottom: 2px; }
h6 { color: white; font-size: 11px; font-family: helvetica; font-weight: normal; text-align: left; letter-spacing: 2px; margin-top: 0; margin-bottom: 0; }

#button1
{
  display: block;
  width: 133px;
  height: 70px;
  background: url("images/home.jpg") no-repeat 0 0;

}

#button1:hover
{ 
  background-position: 0 -70px;
}

#button1 span
{
  display: none;
}


#button2
{
  display: block;
  width: 133px;
  height: 70px;
  background: url("images/dogs.jpg") no-repeat 0 0;

}

#button2:hover
{ 
  background-position: 0 -70px;
}

#button2 span
{
  display: none;
}


#button3
{
  display: block;
  width: 133px;
  height: 70px;
  background: url("images/cats.jpg") no-repeat 0 0;

}

#button3:hover
{ 
  background-position: 0 -70px;
}

#button3 span
{
  display: none;
}




#button4
{
  display: block;
  width: 133px;
  height: 70px;
  background: url("images/opening.jpg") no-repeat 0 0;

}

#button4:hover
{ 
  background-position: 0 -70px;
}

#button4 span
{
  display: none;
}


#button5
{
  display: block;
  width: 133px;
  height: 70px;
  background: url("images/faqs.jpg") no-repeat 0 0;

}

#button5:hover
{ 
  background-position: 0 -70px;
}

#button5 span
{
  display: none;
}


#button6
{
  display: block;
  width: 133px;
  height: 70px;
  background: url("images/contact.jpg") no-repeat 0 0;

}

#button6:hover
{ 
  background-position: 0 -70px;
}

#button6 span
{
  display: none;
}