
body
{
    background-color: cornsilk;
}
a 
{
    text-decoration: none;
    color: #666666;
}

#divEB
{
    font-size: 4em;
    width:540px;
    height:40px;
    display:none;
    color: #666666;  
}
#divArtist
{
    font-size: 4em;
    width:120px;
    height:40px;
    display:none;
    background-color:cornsilk;
    color: #999999;
}

table
{
    margin-left: 100px;
}

tr
{
    height: 200px;
}

.clear {
  clear: both;
}

.navigation {
  display: none;
  list-style: none;
  padding: 0;
  margin: 40px 0px 50px 90px;
font-size: 1.3em
}

.navigation li {
  float: left;
}

.navigation li a:hover {
    color: black;

}

.navigation li a {
  display: block;
  padding: 0 20px;
  text-decoration: none;
  line-height: 40px;
  color: #bbbbbb;
}

.navigation ul {
  display: none;
  position: absolute;
  list-style: none;
  margin-left: -3px;
  padding: 0;
  overflow: hidden;
}

.navigation ul li {
  float: none;
}

.navigation li:hover > ul {
  display: block;
  border-top: 0;
}

.navigation li li a:hover {
    color:black;
}
