		body {
			background-color : #eee;
			font-family : sans-serif;
			font-size : large;
			text-align : center;
			margin : 0px;
			color : black;
		}
		a {
			text-decoration : none;
		}
		a:link, a:visited {
			color : #000084;
		}		
		a:active {
			color : black;
		}
		img {
			margin : 10px;
			border : 0px;
		}
		h1 {
			font-size : xx-large;
			font-weight : bold;
			color : red;
		}
		#horizon {
			position : absolute;
			top : 50%;
			width : 100%;
			text-align : center;			
		}		
		#content {
			position : relative;
			top : -75px;
			text-align : center;
		}
