@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);

body, p, div, section, td, tr {
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	line-height: 22px;
    -webkit-text-size-adjust: 100%;
}


.p1{
	color: #FF6600;
	font-size: 42px;
	font-weight: lighter;
	text-shadow: 1px 1px #000000;
}
.p2{
	font-size: 24px;
	font-weight: lighter;
	text-shadow: 0px 1px 1px #000000;
}
.p3{
	color: #CCCCCC;
	font-size: 18px;
	font-weight: lighter;
	text-shadow: 1px 1px #000000;
	background-color: #000;
	padding: 3px;
	box-shadow: 0px 3px 3px #000;
	text-align: center;
	text-transform: uppercase;
}

h1{
	color:#fff;
	text-align:center;
	padding:8px;
	font-weight:normal;
	background: -webkit-linear-gradient(#09397D, #4EB4ED); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#09397D,#4EB4ED); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#09397D,#4EB4ED); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#09397D,#4EB4ED); /* Standard syntax */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
