body {
 color: black; 
 font-family: verdana, sans-serif;
 background: #FFFFFF;
 margin-left: 7%; 
 margin-right: 7%;
}

h1,h2 {
 font-family: Garamond, "Times New Roman", serif;
 margin-top: 1em; margin-bottom: 1em;
}

<!--
 :link {color: #0000FF;}
 :visited {color: #660000;}
 :active {color: #0000FF;}
 :hover {color: #0000FF; background: #66CCFF}
-->

.Button {
 text-align:     center;
 text-decoration:        none;
 color:          #003366;
 background:     #666666;
 border-top:     2px solid #ffff99;
 border-left:    2px solid #ffff99;
 border-right:   2px solid #cc9933;
 border-bottom:  2px solid #cc9933;
 font-family:    Tahoma, Verdana, Myriad Web, Geneva, Arial, 
	         Helvetica, sans-serif;
}

a.plain {
 text-decoration: none;
}

A.Button:hover	{
 color:  #339966;
 background: #FFFFCC;
}

A.Button {              <!-- This is the button -->
 text-decoration: none; 
 color: #0000FF;        <!-- Text colour -->
 background: #FFFFCC;   <!-- Button background colour -->
	}

div.left-panel {
 float: left;
  width: 20%;
}

div.space
{
 clear: both;


}

div.box {
 border: solid;
 border-width: thin;
 border-color: #009999;
}

div.title {
 color: #00CC00;
 background: #005500;
}

div.songs {
 border: solid;
 border-width: thin;
 border-color: navy;
 width: 75%;
 float: none;
}

div.nav {
 clear: both;
}

div.nav-color{

 background: #999999;
}

div.color {
 background: #FFFFDD;
 padding: 0.5em;
 border: none;
}



