
body {
    margin: 0;
    padding:0;
    text-align: center;
    background-color: #919191;
  background-image: url("music.gif");
}
a:link {
    color: #bd001b;
    text-decoration: none;
     border-bottom: 1px #e0d3e5 dotted;
}

a:visited {
    color: #bd001b;
    text-decoration: none;
border-bottom: 1px #e0d3e5 dotted;
}

a:hover {
 color: #5f06b3;
    text-decoration: underline;
    border: none;
    background: #ffffff;
}

a:active {
 color: #bd001b;
 border-bottom: 1px #d2b9de dotted;
}

#container 
{
margin: 0 auto;
width: 800px;
text-align: left;
background: #efefef;
margin-top: 30px;
border: 1px dashed #888888;

}

header {
    color:black;
    text-align:center;
    padding:0px;
    padding-top: 5px;	
     background: #efefef;
}
nav {
background: #efefef;
    line-height: 1.8;
    width:130px;
    float:left;
    text-align: left;
    padding:5px;
    padding-left: 1px;
    margin-left: 16px;
    margin-top: 15px;
    font-size: 14px;
     font-family: tahoma, arial, verdana, sans-serif;	 
     font-weight: bold;    
}
content {
background: #efefef;
    width:580px;
    margin-left: 20px;
   margin-top: 15px;
    margin-bottom: 25px;
    float:left;
    line-height: 1.4;
    padding: 17px;	
    padding-top: 0px; 
    font-size: 14px;
    font-family: tahoma, arial, verdana, sans-serif;
}
footer {
background: #efefef;
    color:#444444;
 font-family: tahoma, arial, tahoma, sans-serif;
font-size: 12px;
    clear:both;
    text-align: center;
}


h1 {
color: #000000;
font-family: 'Open Sans', arial black, arial, garamond, serif; 
font-size: 28px;
border-bottom: 3px double #000000;
margin-top: 2px;
margin-bottom: 10px;
text-align: left;
}

h2 {
color: #ff5500;
font-family: 'Open Sans', tahoma, garamond, serif; 
font-size: 20px;
line-height: 1.4;
margin-bottom: 5px;
letter-spacing: 2px;
}

h3 {
color: #068606;
font-family: tahoma, verdana, arial, sans-serif;
font-size: 16px;
line-height: 1.2;
text-align: left;
}

b {
color: #068606;
    font-size: 14px;
   font-weight: bold;
font-family: 'Open Sans', arial, sans-serif;
}
ul, li {
line-height: 2.1;
}