	img { border: none }

	body { 	font-family : 'URW Chancery L', 'Monotype Corsiva', fantasy; 
	     	font-size : 18px; 
        	line-height: 120%;
	     	background-color: #EBEBCB 
		}

	a:link {text-decoration: none; }
	a:visited {text-decoration: none; }
	a:hover {text-decoration: underline; }
	a:active {text-decoration: underline; }
	
	div#header {
		font-family : 'URW Chancery L', 'Monotype Corsiva', fantasy;
		text-align : center 
		}

	div#content {
        	position: absolute;
        	left: 15%;
        	width: 70%;
        	}

	p {
        	line-height: 120%;
        	margin-bottom: 1.6em
        	}

