body{
background-color: white;
 background: url("../img/bg.jpg");
color:  #000000;
margin-top: 0px;
}
a{
font-size:12px;
font-family:verdana,Arial,Helvetica,sans-serif;
color: #000000;
}
a:hover{
font-size:12px;
color:red;
}

a.navlinks:link, a.navlinks:visited{
color: blue;
}

a.navlinks:hover, a.navlinks:active {
color:red;
}

.bio {
font-size: 12px;
line-height: 120%;
}

img{
align: center;
border: 0px;
text-align: center;
}
table.item-menu {
border-spacing: 50px 10px
}
.item_header {
color: red;
font-size: 14px;
}

.item_header a:link {
color:red;
font-size: 14px;
}

.item_desc {
color: black;
font-size: 12px;
}
.item_price {
color: red;
font-size: 12px;
font-weight: bold;
}

#menu{
background-color: #ffcc99;
background: url("../img/footer-bg.jpg");
}

#menu a:link, #menu a:visited{
text-decoration: none;
color: #000000;
font-weight: bold;
text-align: center;
}

#menu a:hover, #menu a:active{
color:red;
font-weight: bold;
text-align: center;
}

#menu td{
text-align: center;
}

ul{
list-style: none;
}
li{
list-style: none;
}

.music-button{
border-top: solid 1px #000000;
border-bottom: solid 1px #000000;
border-left: solid 1px #000000;
border-right: solid 1px #000000;
background: #c0c0c0c0;

}

/*
.music-button{
   font-size:14px;
   color:#cc0000;
   width:60px;
   height:25px;
   background-color:#cc9933;
   border-style:outset;
   border-color:#cccc99;
   border-width:3px;
}
*/