
html	{
	  background-color="#000000";
	}
body
{
  background-color:#000000;
  color:#ffff00;
}

button
 {
   width:95px;
 }

:link
 {
   color:#ffcc66;
   background-color:#000000;
 }

:active
 {
	 color:#ff9900;
	 background-color:#000000;
 }
 
 :visited
 {
	 color:#ff9900;
	 background-color:#000000;
 }
 
 :hover
  {
	  color:red;
	  background-color:#ffff99;
  }
 
.soundlogo
 {
   background-image:url("images/rainbow.png");
   color:#000000;
   position:relative;
   margin-left:auto;
   margin-right:auto;
   text-align:center;
   top:0px;
   border-style:groove;
 }

.menu
 {
   position: relative;
   top:10px;
   left:0px;
   width:100px;
   float:left;
   border-style:groove
  }
  
 .cover
  {
    position:relative;
    top:0px;
    left:0px;
    width:305px;
    float:left;
  }
 .textleft
  {
    position:absolute;
	top:5px;
	left:35px;
  }
  
.text
 {
   position:relative;
   top:5px;
   left:35px;
   width:700px;
   padding-left:20px;
 }
 
 .text1
  {
    position:absolute;
   top:115px;
   left:300px;
  }

.reverse
 {
   background-color:#ffff00;
   color:#000000;
 }
 
.center
 {
   margin-left:auto;
   margin-right:auto;
   text-align:center;
 }