/* CSS Document */


body {
	color:#000000;
	margin:0 auto;
	padding:0;
	font-family: "Lucida Grande", Geneva, Helvetica, Arial, sans-serif;
	background-color: #FFFFCC;
	font-size: 12px;
	line-height: 1.3em;
}

h1 {
	color: #4F1200;
	font-size:18px;
	font-weight:bold;
	line-height: 1em;
	letter-spacing:0px;
	margin:8px 0 5px;
	padding:0;
	text-transform: none;
	font-variant: normal;
	font-style: italic;
}

/* Links and paragraphs */
a {
	background:inherit;
	color:#FF5040;
	text-decoration:none;
	font-weight:700;
}

a:hover {
	background:inherit;
	color:#FF1914;
	text-decoration:underline;
}


