﻿html 
{ 
	background: #fff; 
}
body
{
	background: #fff;
    font-size: 10pt;
    color: black;
    font-family: Tahoma, Arial, 'Courier New';
}
H1
{
    font-family: Tahoma, Arial, 'Courier New';
    color: green;
    font-weight: bold;
    font-size: 18pt;
}
H2
{
    color: green;
    font-family: Tahoma, Arial, 'Courier New';
    font-weight: bold;
}
H3
{
    color: green;
    font-family: Tahoma, Arial, 'Courier New';
}

