a:link		{ color:#666633; text-decoration:underline; }
a:visited	{ color:#cc9933; text-decoration:none; }
a:hover		{ color:red; text-decoration:none; }
a:active	{ color:#cc9933; text-decoration:none; }

h1		{ font-size:medium; font-style:bold; text-decoration:underline; }

#preload	{ display:none }




a.home {
  display: block;
  float: left;
  width: 153px;
  height: 40px;
  background: url("images/button_home.jpg") no-repeat;
}

a.home:hover {
  background: url("images/button_home_p.gif") no-repeat;
}

a.bio {
  display: block;
  float: left;
  width: 155px;
  height: 40px;
  background: url("images/button_bio.jpg") no-repeat;
}

a.bio:hover {
  background: url("images/button_bio_p.gif") no-repeat;
}


a.gallery {
  display: block;
  float: left;
  width: 153px;
  height: 40px;
  background: url("images/button_gallery.jpg") no-repeat;
}

a.gallery:hover {
  background: url("images/button_gallery_p.gif") no-repeat;
}

a.music {
  display: block;
  float: left;
  width: 153px;
  height: 40px;
  background: url("images/button_music.jpg") no-repeat;
}

a.music:hover {
  background: url("images/button_music_p.gif") no-repeat;
}

a.links {
  display: block;
  float: left;
  width: 153px;
  height: 40px;
  background: url("images/button_links.jpg") no-repeat;
}

a.links:hover {
  background: url("images/button_contact_p.gif") no-repeat;
}


a.imprint {
  display: block;
  float: left;
  width: 153px;
  height: 40px;
  background: url("images/button_imprint.jpg") no-repeat;
}

a.imprint:hover {
  background: url("images/button_imprint_p.gif") no-repeat;
}