﻿/*---------------------------------------------------
/*  styles - editor
/*---------------------------------------------------*/
body
{
    font-family: Arial;
    font-size:75%;
}
a
{
    color:#7f9b36;
}

h1
{
    font-family:Trebuchet MS, Arial;
    margin:0;
    padding:0;
    font-weight:bold;
    font-size:120%;
}
h2
{
    font-family:Trebuchet MS, Arial;
    font-size:130%;
    font-weight:normal;
    font-style:italic;
    margin:0;
    padding:0;
    color:#7f9b36;
}
h3
{
    font-family:Trebuchet MS, Arial;
    font-size:110%;
    font-weight:normal;
    font-style:italic;
    margin:0;
    padding:0;
    color:#7f9b36;
}

h4
{
    font-family:Trebuchet MS, Arial;
    margin:0;
    padding:0;
    font-weight:bold;
    font-size:120%;
    color:#7f9b36;
}
p
{
    padding:0;
    margin:0;
}
.text-color
{
    color:#7f9b36;
}

.cell-color
{
    background-color:#e6edce;
}


.cell-color-dark
{
    background-color:#7f9b36;
}
