Line Code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
.normalText 
{ 
 fill:        	    black;
 font-weight: 	    bold ;
}

h3
{
 font-size:   	    8pt;
 font-family: 	    Verdana, Arial;
 color:       	    #ffb400;
}

.dragRect 
{
 fill:        	    darkcyan;
 stroke:      	    none    ;
 opacity:     	    0.4     ;
}

.controlButton
{
 font-size:   	    8pt;
 color:       	    #831600;
}

.legend
{
 color:       	    #73d0fb;
 font-size:   	    8pt;
}

.inputBox
{
 font-size:   	    8pt;
 fill:        	    #fdf2d0;
}