﻿body {
}
.mainheading
{
    font-size: x-large;
    color: #228B22;
}
.subheading
{
    font-size: large;
    color: #228B22;
    text-decoration: underline;
}
.text
{
    font-size: large;
    color: #228B22;
    }
.list
{
    font-size: medium;
    color: #228B22;
}
 .chart
    { 
    border: thick solid #FFFFCC; 
    background-color:#FFFFCC; 
    position:relative; 
    width: 119px; 
    height:149px; 
    top: 0px; 
    left: 0px;
    }