body{
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	}

}
a:link
{
	text-decoration:none;
	color:#ea4f36;
}
	
	
h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
	text-shadow:2px 2px #404040;
	color:#ffffff;
	font-size:250%;
}
h2{
    font-family: 'Montserrat', sans-serif;
    color:#ffffff;
    font-weight: bold;
	font-size:140%;
}
h3{
	font-family: 'Montserrat', sans-serif;
	text-shadow:2px 2px #404040;
	color:#ffffff;
	font-size:120%;
	
}
p{
	font-family:  'Montserrat', sans-serif;
	text-shadow:1px 1px #eee;
	}
