body {
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Verdana, sans-serif;
    background: #fff4aa;
    color: #000;
    font-size: 0.8em;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;
	margin: 0px;
}
h1 {    font-size: 2em;   }
h2 {    font-size: 1.6em;   }
h3 {    font-size: 1.3em;   }
h4 {    font-size: 1.2em;   }
h5 {    font-size: 1.1em;   }
h6 {    font-size: 1em;     }

.small {
    font-size: 0.85em;
    color: #666;
    font-weight: normal;
}
.centered {
    text-align: center;
}
.chart {
    border: solid 1px #600;
    background: #c00;
    color: #fff;
    margin-bottom: 3px;
    height: 6px;
}

