﻿body{
margin:0;
padding:0;
line-height: 1.5em;
font-family: Century Gothic, Arial, Helvetica, Sans-Seriff;
font-size: 14px;
background: #F4F6F5;
}

h1 
{
	font-family: Century Gothic, Arial, Helvetica, Sans-Seriff;
font-weight: normal;
font-style: italic;
font-size: 24px;
}

h2 {
font-family: Century Gothic, Arial, Helvetica, Sans-Seriff;
font-weight: normal;
font-style: italic;
font-size: 16px;
}

#bodyContent 
{
	
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

ul
{
	margin-left: -5px;
	list-style-type: none;
}

a {

    font-size: 14px;
    font-family: century gothic;
    text-decoration: none;
    color: #C11F1D;
    font-weight: normal;
    font-style: normal;	
}

a:hover 
{
	font-size: 14px;
    font-family: century gothic;
    text-decoration: none;
    color: #C11F1D;
    font-weight: normal;
    font-style: italic;
}

a:visited
{
	font-size: 14px;
    font-family: century gothic;
    text-decoration: none;
    color: #C11F1D;
    font-weight: normal;
    font-style: normal;	
}