/* 
    Document   : music.css
    Created on : Jan 18, 2010, 12:33:47 PM
    Author     : Preferred User
    From netbeans IDE
*/
      .music.css {} /* Music */

span#victrola
{  position        : absolute;
   left            :  1px;
   top             :  0px;
   width           : 108px;
   height          : 120px;
   color: white;
}
span#bulband /* BulgBandSSW2.jpg */
{  /*background      : transparent url(BulgBandSSW2.jpg) no-repeat top left;*/
   background-color:#B5B5D6;
   position: absolute;
   left    : 106pt;
   top     : 80pt;
   width   : 500pt;
   height  : 300pt;
   color   : #555588;
   font-family : sans-serif;
   margin  : 10pt;
   text-align: center;
}
td#txtCell
{ background-image: url(sheetmusic2.png);
  border-style    : solid;
  border-spacing  : 20px;
  height          : 150px;
  width           : 150px;
  color           : #FFFF88;
  padding-left    : 5px;
  font-family     : Arial, Helvetica, sans-serif;
  font-size       : 10pt;
}
table#tableStyl /* print "<table border=2 cellspacing=10 align= 10px>\n"; */
{
  border-spacing  : 5px;
  margin-left     : 20px;
  margin-bottom   : 700px;
  border          : 1px solid  #FFFF88;
}
a:link    { color: yellow;  text-decoration: none;  font-weight:bold;}
a:visited { color: #ff8800; text-decoration: none;  font-weight:bold; }
a:hover   { color: white;   text-decoration: underline;}

/*--- EndOfFile ---*/


