﻿html { margin: 0; padding: 0; }
body
{
	background: #2C2C2C;
/*	background-image: url('../../images/BackgroundGradient.png'); */
	background-repeat: repeat-x;
	color: #cccccc;
}
/*
h1
{
	font-family: 'Century Gothic';
	font-size: xx-large;
	font-weight: bold;
	color: #FBF6A8;
}
h2
{
	font-size: x-large;
	font-family: Verdana;
	font-weight: bold;
	color: #FED36B;
}
*/

h1
{
	margin-top: 10px;
	font-size: 14pt;
	vertical-align: bottom;
	color: #792121;
	font-family: Palatino;
	letter-spacing: 2px;
	font-weight: bold;
}
h2
{
    margin-top: 10px;
    font-size: 14pt;
    vertical-align: bottom;
    color: #FF9933;
    font-family: Palatino;
    letter-spacing: 1px;
    display: inline;
}
p
{
	font-family: Verdana;
	color: #FED36B;
}
a
{
	font-family: Verdana;
	color: #FFF0A5;
}
