a:link {
	background-color: transparent;
	color: #0000FF;
	text-decoration: underline;
}

a:visited {
	background-color: transparent;
	color: #000080;
	text-decoration: underline;
}

a:hover {
	background-color: transparent;
	color: #9999FF;
	text-decoration: underline;
}

a:active {
	background-color: transparent;
	color: #FF3333;
}

address {
	background-color: transparent;
	color: #909090;
	font-family: 'Book Antiqua',Baskerville,Palatino,Georgia,'Times New Roman',serif;
	font-size: 80%;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
}

body {
	background-color: #FFE8DD;
	margin-left: 10%;
	margin-right: 20%;
}

cite {
	font-style: italic;
}

em {
	font-style: italic;
}

h1 {
	background-color: transparent;
	color: #003300;	
	font-family: 'Gill Sans MT',Helvetica,Arial,'ZapfHumnst BT',Optima,sans-serif;
	font-size: 150%;
	font-weight: 600;
}

h2 {
	background-color: transparent;
	color: #000080;	
	font-family: 'Gill Sans MT',Helvetica,Arial,'ZapfHumnst BT',Optima,sans-serif;
	font-size: 140%;
	font-weight: 600;
}

h3 {
	background-color: transparent;
	color: #800000;
	font-family: 'Gill Sans MT',Helvetica,Arial,'ZapfHumnst BT',Optima,sans-serif;
	font-size: 130%;
	font-weight: 600;
}

h4 {
	background-color: transparent;
	color: #006600;	
	font-family: 'Gill Sans MT',Helvetica,Arial,'ZapfHumnst BT',Optima,sans-serif;
	font-size: 120%;
	font-weight: 600;
}

p {
	background-color: transparent;
	font-family: Palatino,Georgia,'Book Antiqua','Times New Roman',Times,serif;
	font-size: 100%;
	font-style: normal;
	text-decoration: none;
}

small {
	font-size: 95%;
	text-decoration: none;
}

sup {
	font-size: 80%;
}

ul, ol {
	background-color: transparent;
	font-size: 100%;
}

.block {
	font-family: Helvetica,Arial,'ZapfHumnst BT',Optima,'gill sans mt',sans-serif;
	font-size: 95%;
}

.index {
	font-size: 90%;
}

