﻿body 
{
    font-family: Arial;
    margin: 10px;
}

h1,h2,h3 
{
    color: #0100be;
    font-weight: bold;
}
h1 
{
    font-size: 14pt;
}
h2 
{
    font-size: 12pt;
}
h3 
{
    font-size: 10pt;
}


h4 
{
    background-color: #0100be;
    color: White;
    width: 100%;
    font-size: 10pt;
    font-weight: bold;
    padding-left: 4px;
}
p,td,ul,li 
{
     font-family: Arial;
     font-size: 10pt;
}   
.editbut 
{
    font-size:8px;
    cursor: pointer;
    padding: 1px;
    background-color: Black;
    color: White;
}
