@charset "UTF-8";/* CSS Document */    <style type="text/css">      .graph {        background-color: #C8C8C8;        border: solid 1px black;      }            .graph td {        font-family: verdana, arial, sans serif;		font-size:0.7em;      }            .graph thead th {	border-bottom: single 3px black;      }          .graph tfoot td {        border-top: solid 1px #999999;        font-size: x-small;        text-align: center;        padding: 0.5em;        color: #666666;      }      .bar {        background-color: white;        text-align: right;        border-left: solid 1px black;        padding-right: 0.5em;        width: 400px;      }            .bar div {         border-top: solid 2px #0077DD;        background-color: #004080;        border-bottom: solid 2px #002266;        text-align: right;        color: white;        float: left;        padding-top: 0;        height: 1em;      }          </style>