﻿/*
main text color black: #080601
sub text color dark green: #7B5C07
*/

/*Removes the outline around links*/
:focus 
{
	outline:none;
}

body
{
    font-family:"Franklin Gothic Medium" Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #7B5C07;
}

h1
{
    font-size: 18px;
    margin-bottom: -10px;
     color: #080601;
}

h2
{
    font-size: 16px;
}

h3
{
    font-size: 14px;
    margin-bottom: 0px;
}

h4
{
    font-size: 18px;
    margin:15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #080601;
    text-align:center;
}

p
{
    font-size: 14px;
    color: #7B5C07;
    font-weight:bold;
}

.subText

{
	font-size: 13px;
    color: #7B5C07;
    font-weight:bold;
}

a,  a:visited
{
    color:#ffffff;
}
/*Removes the outline around image links*/
a 
{
	outline: none;
}

a2,  a2:visited
{
    color:#000000;
}
/*Removes the outline around image links*/
a2 
{
	outline: none;
}

a:hover,  a:active
{
    color:#eba875;
}
