/* font stuff */
html {
	font: 12/15pt georgia; 
	color: #333333;
	margin: 0px;
	padding: 0px;
	}
body {
	background-size: 100%;
	background: white url('images/castle-bgd.jpg') no-repeat bottom left;
	font: normal 12/15pt georgia; 
	color: #333333; 
	}
p { 
	/* margin-top: 0px;
	margin-bottom: 0px;
	text-align: justify; */
	}
h1 { 
	font: italic bold 30pt 'palatino linotype'; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: black;
	}
h2 { 
	font: italic normal 18pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: black;
	}
h3 { 
	font: italic normal 14pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
h4 { 
	font: 12pt 'palatino linotype'; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: black;
	}
a:link {
	color: #0022aa;
	font-weight: bold;
	text-decoration: none;
	} 
a:visited {
	color: #442222;
	font-weight: bold;
	text-decoration: none;
	}
a:hover, a:active {
	text-decoration: none;
	color: #008800;
	}



