		body {
			background-image: url('banner.jpg');
			background-attachment: scroll;
			background-position: top;
			background-repeat: no-repeat;
			background-color: Black;
			font-family: calibri, verdana, arial, helvetica, sans-serif;
			font-size: 16px;
			margin-top: 80px;
			color: White;
		}

		a {
			color: #ffc;
		}

		h1 {
			font-size: 32px;
			margin-top: 0px;
			margin-bottom: 0px;
			padding: 0px;
			border-bottom-style: dotted;
			border-bottom-color: White;
			border-bottom-width: medium;
		}