body {
		background-image: URL("../img/bg.jpg");
		font-family: "Trebuchet MS", Helvetica, sans-serif;
		font-size: 11px;
		letter-spacing: 2px;
		word-spacing: 2px;
		color: #000000;
		font-weight: normal;
		text-decoration: none;
		font-style: normal;
		font-variant: normal;
		text-transform: none;
	}
	
	.htitle{
		position: fixed;
		left: 0;
		top: 250px;
		width: 100%;
		text-align: center;
	
	}
	.footer{
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		text-align: center;
	}
	a:link {
	  color: black;
	  background-color: transparent;
	  text-decoration: none;
	  	text-decoration: underline;
	}

	a:visited {
	  color: black;
	  background-color: transparent;
	  text-decoration: none;
		text-decoration: underline;
	}

	a:hover {
	  color: black;
	  background-color: transparent;
	  text-decoration: underline;
	}

	a:active {
	  color: black;
	  background-color: transparent;
	  text-decoration: underline;
	}