div > b:first-child {
display: none;
}

.artist_history:before {
content: "History:";
font-weight: bold;
}

.artist_members:before {
content: "Members:";
font-weight: bold;
}

.artist_idols:before {
content: "Influences:";
font-weight: bold;
}

.artist_equipment:before {
content: "Equipment:";
font-weight: bold;
} 
.artistbar {
background: #ffffff; 
color: #000000; 
} 
.search {
background: #ffffff; 
color: #000000; 
}  
.artist_song { 
background: #dddddd; 
font-size: 14.0pt; 
border: 1pt solid #555555 
} 
.songname { 
font-size: 11.0pt; 
} 
.artist_rates { 
background: #eeeeee; 
valign: center; 
border: 1pt solid #555555  
} 
.nappi { 
background: #eeeeee; 
border: 1pt solid #555555; 
}  
.tekno { 
background-color: #eeeeee; 
color: #8591ae
} 
.artist_line { 
background: #ffffff; 
color: #9A682E; 
}  

#artist_guestbook {
  padding: 1px;
  margin: 0;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}

#guestbook_container {
  background-color: #fff;
  padding: 2px;
}

#guestbook_title {
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: -1px;
  padding-top: 1px;
  padding-bottom: 2px;
  padding-left: 2px;
}
#guestbook_messages {
  overflow: auto;
  height: 200px;
  background-color: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.guestbook_bg1 { background-color: #ffffff; }
.guestbook_bg2 { background-color: #eeeeee; }

.guestbook_entry_date { float: left; display: none; }

.guestbook_entry {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 2px;
  padding-right: 2px;
}

.guestbook_entry_username {
  display: block;
  font-weight: bold;
}
a.guestbook:link,
a.guestbook:visited {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
a.guestbook:hover {
  text-decoration: underline;
}

.guestbook_entry_message { font-weight: normal; }

.guestbook_entry_separator {
  height: 1px;
  border-top: 1px solid #444;
  background-color: #cde;
}

.guestbook_entry_separator hr { display: none; }

#guestbook_comment { padding-top: 5px; }

guestbook_cell_submit_title,
#guestbook_cell_message_title,
#guestbook_cell_username_title {
  color: #000;
  font-weight: bold;
}

#guestbook_message,
#guestbook_username {
  border: 1;
  background-color: #eee;
  font-family: arial, helvetica, sans-serif;
  font-size: 10px;
  color: #000;
}

#guestbook_cell_message_input { width: 100%; }
#guestbook_message { width: 100%; }

#guestbook_submit {
  width: 12px;
  height: 12px;
  border: 1;
}






















































