		   body {	 
		  background-image:url("../graphics/background/guitar2011_bw2.png");
		   /* background-size:auto 100%; */
		  background-size:cover; 
		  backgroundRepeat:no-repeat; 
       	   color:white;
       	   text-align: center;
       	   font-family: Comic Sans MS }
  
		   H1{font-family: Comic Sans MS;
	       font-size: xx-large;
		   font-weight: 700;
		   color: white;
		   background: gray;
		   vertical-align: middle;
		   text-align: center;
		   margin-left: 20%;
		   margin-right: 20%;
		   margin-top: 15px;}

		   H2{/*font-size: large;*/
   		   font-weight: 600;
		   font-size:x-large;
		   text-align:center;}
		   
		   p {vertical-align: middle;
    	   margin:auto;
		   text-align:center;}

		   p.menu{white-space:pre;}
		   
		   p.summary { width:75%;
            text-align:center; 
            font-size:x-large;
			font-weight:600;}
						
			p.ismall {font-size:small; 
            font-style:italic;}
					     
		   table, th, td {
  		   border: 1px solid white; 
 		   text-align:center;
  		   width:75%;
  		   style=text-align:center;
  		   margin-left:auto;
  		   margin-right:auto;}
 
 		   ul{list-style:circle inside;
		      text-align:left;}

		   table.updates, th, td {
		     width: 50%;
             text-align:left;}
             
             table.music, th, td {
		     width: 30%;
             text-align:left;}
 	
		   A:link {background: none;
           color: white;
           text-decoration:none;}
		
		   A:visited {background: none;
           color: white;
           text-decoration:none;}
		   
		   A:hover {background:lime;
           color:blue;
           text-decoration: none;}
		 
		   A:active {background: none;
           color: none;
           text-decoration:none'}
	
	