#tit{
     position: absolute;
     z-index: 1;
     left:0px; top:82px; width:222px; height:20px;
}
#white{
     position: absolute;
     z-index: 11;
     left:27px; top:14px; width:30px; height:92px;
}
#red{
     position: absolute;
     z-index: 12;
     left:44px; top:14px; width:30px; height:92px;
}
#yellow{
     position: absolute;
     z-index: 13;
     left:61px; top:14px; width:30px; height:95px;
}
#blue{
     position: absolute;
     z-index: 14;
     left:78px; top:14px; width:30px; height:95px;
}
#pink{
     position: absolute;
     z-index: 15;
     left:95px; top:14px; width:30px; height:95px;
}
#green{
     position: absolute;
     z-index: 16;
     left:554px; top:14px; width:30px; height:95px;
}
/*Color especifications*/

.colorwhite{
     font-weight: bold;
     font-size: 10px;
     color:#666666;
}
.colorred{
     font-weight: bold;
     font-size: 10px;
     color: #C32B19;
}
.coloryellow{
     font-weight: bold;
     font-size: 10px;
     color:#996600;
}
.colorblue{
     font-weight: bold;
     font-size: 10px;
     color:#336699;
}
.colorpink{
     font-weight: bold;
     font-size: 10px;
     color:#993399;
}
.colorgreen{
     font-weight: bold;
     font-size: 10px;
     color:#336600;
}



