/* enchantedstyles.css - Styles for the main site */

/* Default Font and Color information, etc. */

body {
	margin-left: 25px;
	margin-top: 20px;
	padding: 0px;
	background: #CCCC99;
	font-family: "Palatino Linotype", Arial, Times, san-serif;
	font-size: 14pt;
	color: #000000;		/* Black */
	}
/* Default Link Rules  */
#logo {
	margin-left: 125px;
	margin-top: 15px;
}

h1 {
	font: 36pt "ShelleyAllegro BT", "Palatino Linotype", Arial, Times, san-serif;
	color: #660000;
	text-align: center;
}

/* End default link rules */