﻿
h1, h2, h3, p {margin:0; padding:0}
h1
{
	font-size: xx-large;
	color:#fff;
	font-family: Impact, Sans-Serif;
	text-transform: capitalize;	
}
h2
{
	font-size: x-large;
	color: #333333;	
	font-style: italic;
	letter-spacing: 0.05em;
	margin:2% 0 2% 0
}
h3
{
	font-size: larger;
	margin:2% 0 2% 0	
}

p
{
	font-size: medium;
	color: #666666;
}
.titlePage
{
	background-color: #f35b30;
	width:inherit;	
	border-left: 20px solid #333;
	border-bottom: 1px solid #666;
	color: #fff
}
.titlePage h1
{
	margin-left:1%
}
