	BODY {font-family: "Times" serif;
		font-size:12px;
		color: black;
		background: white;
		margin: 10px 15px}
	H1 {font-size: 18px;
		color: Black;
		padding: 5px;
		}
	SPAN {font-weight: bold}
	FORM {font-size: 14px}
	#header {position: absolute;
		left:100px;
		top: 10px;
		width: 600px;
		height: 75px;
		z-index: 2}
	#link-window {position: absolute;
			left: 600px;
			top: 100px;
			width: 60;
			z-index: 1;
			font-size: 10px}
			
	#left-sign-post {position: absolute;
			left: 10px;
			top : 60px;
			width: 25px;
			z-index: 1}
	#left-sign-lower {position: absolute;
			left: 50px;
			top: 155px;
			width: 150px;
			height: 200px;
			z-index: 1}
	#sign-underline {position: absolute;
			left: 73px;
			top: 180px;
			width: 10px;
			height: 3px;
			z-index: 1;
			visibility: hidden;}
	#text-undersign {position: absolute;
			left: 30px;
			top: 470px;
			width: 200px;
			height: 20px;
			z-index: 2;
			font-size: 10px;
			font-family: "Century Schoolbook" serif;
			}
	#author		{			position:relative;
								left: 300px;
                        top: 520px;
                        width: 400px;
                        height: 20px;
                        z-index: 1;
                        font-size: 10px;
                        font-family: "Century Schoolbook" serif;
                        }
	#main-window {position: absolute;
                        left: 250px;
                        top: 110px;
                        width: 400px;
                        height: 100px;
                        z-index: 1;
			font-family: "Century Schoolbook" serif;
			font-size: 12px;
			font-weight: normal;
			}


