@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'underwood_championregular';
    src: url('uwch-webfont.eot');
    src: url('uwch-webfont-.eot#iefix') format('embedded-opentype'),
         url('uwch-webfont.woff2') format('woff2'),
         url('uwch-webfont.woff') format('woff'),
         url('uwch-webfont.ttf') format('truetype'),
         url('uwch-webfont.svg#underwood_championregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
   			background:forestgreen;
            font-color:forestgreen;
			font-family:'underwood_championregular';
         }
.content {
		margin: 0px auto;
			width: 1500px;
			height: 1000px;
			background-image:url("darkshelter.jpg");
			no-repeat;
			padding-top: 10px;
			padding-bottom: 10px;
  			padding-left: 20px;	
			color:white;
			font-family:'underwood_championregular';
			font-size:25px;
			font-weight:bolder;
	}
h1 {
	font-size:75;
	line-height: 4;
	}
a	{
	color:white;
	   text-decoration:none;
	}
