/* styles that are used by discography.cgi */

a {
  color: #000000;
}

h1  { 
  font-family: sans-serif; 
  font-size: larger; 
}

form {
  margin: 0;
  padding: 0;
}

#content {
  width: 600px;
  margin-left:15px;
  padding: 2px;
  font-family: sans-serif;
  font-size: 90%;
}

#error {
  margin: 15px;
  width: 600px;
  padding: 2px;
  text-align: center;
  font-family: sans-serif;
  color: #ff0000; 
}

#search {
  width: 602px;
  padding: 10px 4px 0 4px;
  border:1px solid #000000;
  background-color: #cccccc;
  font-family: sans-serif;
}

div#jump {
  width: 246px;
  float: left;
}
div#space {
  width: 100px;
  float: left;
}
div#input {
  width: 246px;
  text-align: right;
  float: left;
}
div.spacer {
  clear: both;
}

.menu {
  width: 200px;  
  font-family: sans-serif;
  font-size: 100%;
  color: #000000; 
  background-color: #ccc;
}

p.contributors {
  color: #888888;
}