﻿h1
{
    font-size: large;
    font-weight: bold;
    color: #330099;
    }
    
h2
{
    font-size: medium;
    font-weight: bold;
    color: #666666;
    }
    
h3
{
    font-size: small;
    font-weight: bold;
    }
    
h4
{
    font-size: 1px;
    color: #ffffff;
    }
    
h5
{
    font-size: 1px;
    color: #ffffff;
    }           

h6
{
    font-size: 1px;
    color: #ffffff;
    }           

body 
{
    font-family: Small Fonts Arial, Helvetica, Sans-Serif;
    font-size: x-small;
}
