/*CSS External Style sheet for Lake Facilities Survey website */

body{
	background-color:#ffffff;
	background-image:url(images/LakeLogo.png);
	background-size:70%;
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:center;
	font-family:arial,helvetica,sans serif;
	color:#000000;
	}

	h1{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:60;
	font-weight:400;
	text-align:center;
	}

	h3{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:30;
	font-weight:300;
	}

	h4{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:20;
	font-weight:200;
	}
