﻿h1, h2, h3
{
    color: #09511d;
}

h1
{
    font-size: 18px;
}

h3
{
    font-size: 14px;
}

.uppercase
{
    text-transform: uppercase;
}

.bold
{
    font-weight: bold;
}

p
{
    font-size: 13px;
    color: #787878;
    text-align: justify;
    line-height: 16px;
}

a
{
    color:#09511D;
    text-decoration:underline;
}

a:hover
{
    text-decoration:none;
}

a.breadcrumb
{
    font-size:11px;
    text-decoration:underline
}

a.breadcrumb:hover
{
    text-decoration:none;
}