@-ms-viewport { width: device-width; }

@font-face {
   font-family: Segoue UI Light,Verdana;
   src: url('Segoe.ttf');
   font-style:normal;
   font-weight:normal;
}

.texthead {
   font-family:Segoe UI Light,Verdana;
   font-size:30px;
   color:#000000;
}

.textsmall {
   font-family:Segoe UI Light,Verdana;
   font-size:14px;
   color:#000000;
}

.info {
   font-family:Segoe UI Light,Verdana;
   font-size:20px;
   color:#000000;
}

.textblock {
   font-family:Segoe UI Light,Verdana;
   font-size:20px;
   color:#000000;
}

.opac0 {
   opacity:0;	
}

.opac1 {
   opacity:.1;	
}

.opac2 {
   opacity:.2;	
}

.opac3 {
   opacity:.3;	
}

.opac4{
   opacity:.4;	
}

.opac5 {
   opacity:.5;	
}

.opac6 {
   opacity:.6;	
}

.opac7 {
   opacity:.7;	
}

.opac8 {
   opacity:.8;	
}

.opac9 {
   opacity:.9;	
}

.opac10 {
   opacity:1;	
}