BODY {
	font-family: Arial;
	color: #000000;
	background: #FFFFFF;
}

H2 {
    font-family: LongIsland;
	color: #0000CC;
	font-weight: bold;
}

H1 {
    font-family: LongIsland;
	color: #000000;
	font-weight: bold;
}

A:HOVER {
	font-weight: bold;
}

DT {
    font-family: LongIsland;
    color: #0000AA;
}
	
DD {
    font-family: Arial;
	font-style: italic;
	color: #AA0000;
}