/* Text */
BODY {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: rgb(0,0,0);
	background-color: rgb(255,225,127);
}

/* begin p:first-letter */
/* does not work in IE5 IE6 */
/* works in Opera, Firefox, SeaMonkey and IE7 */
p:first-letter {
	font-size: 1.30em;
	font-weight: normal;
	font-style: italic;
	color: #990000;
} /* end p:first-letter */

H1 {
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	margin-left: 170px;
	margin-right: 410px;
	font-family: "Goudy Old Style", "Times New Roman", Times, serif;
	;
	text-align: right;
}

/* begin H1:first-letter */
/* does not work in IE5 IE6 */
/* works in Opera, Firefox, SeaMonkey and IE7 */
H1:first-letter {
	font-size: 2.50em;
	font-weight: normal;
	font-style: italic;
} /* end H1:first-letter */


H2 {
	font-size: 1.25em;
	font-weight : bold
}

H3 {	font-size : 1.2em;
	font-weight : bold
}

H4 {
	font-size: 1em;
	font-weight : bold
}

H5 {
	font-size: 1em;
	font-weight : bold
}

H6 {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
	font-size : 0.6em
}

A:link {
	color: rgb(153,0,51)
}

A:visited {
	color: rgb(102,51,0)
}

A:hover {
	color: rgb(255,102,51)
}