b {color:#ff00ff;font-weight:bolder;font-size:lager;}
big {font-size:xx-large;font-weight:bold;color:#ff0000;}
h3 {color:#008080;font-size:x-large;fontweight:bolder;}
.graph {
    position: relative; /* IE is dumb */
    width: 200px;
    border: 1px solid #10D682;
    padding: 2px;
}
.graph .bar {
    display: block;
    position: relative;
    background: #10D682;
    text-align: center;
    color: #333;
    height: 2em;
    line-height: 2em;           
}
.graph .bar span { position: absolute; left: 1em; }
.graph2 {
    position: relative; /* IE is dumb */
    width: 400px;
    border: 1px solid #10D682;
    padding: 2px;
}
.graph2 .bar {
    display: block;
    position: relative;
    background: #10D682;
    text-align: center;
    color: #333;
    height: 2em;
    line-height: 2em;           
}
.graph2 .bar span { position: absolute; left: 1em; }
