﻿/*
main text color black: #2b0303

*/

/*Removes the outline around links*/
:focus 
{
	outline:none;
}

body
{
    font-family: "Franklin Gothic Book" Helvetica, sans-serif;
    font-size: 14px;
    color: #2b0303;
}

h1
{
	font-family: "Franklin Gothic Medium" Helvetica, sans-serif;
    font-size: 24px;
    font-weight:lighter;
    margin: 0px 0px 0px 0px; 
    color: #fff;
    padding-top: 30px;
    padding-bottom:15px;
}

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: #2b0303;
    text-align:center;
}

h5
{
    font-size: 12px;
    margin-bottom: 0px;
}

p
{
	font-family: "Franklin Gothic Medium" Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding-bottom:5px;
    font-size: 14px;
    text-align:justify;
    color: #fff;
}

a,  a:visited
{
    color:#fff;
}

a:hover,  a:active
{
    color:#fa0202;
}



/*Removes the outline around image links*/
a 
{
	outline: none;
}