.FAQ {
	margin: .3in .3in .3in .3in;
}

.1 {
		margin: .3in 1.5in .3in 1.5in;
}

H1 {
	color: white;
	font-family: Papyrus, fantasy, sans-serif;
	font-size: 24pt;
	line-height: 40pt;
	background-color : black;
	text-align : center;
	margin: .3in 1.5in .3in 1.5in;
	}
H2 {
	color: green;
	font-family: "Tempus Sans ITC", Papyrus, sans-serif;
	font-size: 20pt;
	font : bold;
	background-color : white;
	line-height: 24pt;
	margin: .3in 1.5in .3in 1.5in;
}
H3 {
	color: yellow;
	font-family: "Tempus Sans ITC", Papyrus, sans-serif;
	font-size: 18pt;
	line-height: 14pt;
	margin: 0in 1.5in .3in 1.5in;

}
H4 {
	color: yellow;
	font-family: "Tempus Sans ITC", Papyrus, sans-serif;
	font-size: 16pt;
	line-height: 14pt;
	margin: 0in 1.5in .3in 1.5in;
}
P {
	color: white;
	font-family: "Footlight MT Light", "Times New Roman", serif;
	font-weight: normal;
	font-size: 14pt;
	line-height: 18pt;
	margin: 0in 1.5in .3in 1.5in;
}
LI  {
	color: cyan;
	font-family: "Verdana", "Ariel", sans-serif;
	font-weight: normal;
	font-size: 14pt;
	line-height: 16pt;
	margin: 0in 2in .3in 1.5in;
	}
I  {
	color: white;
	font-style: italic;
}

BLOCKQUOTE {
	color: orange;
	font-family: "Verdana", "Ariel", sans-serif;
	font-weight: bolder;
	font-size: 14pt;
	line-height: 20pt;
	margin: 0in 2in .3in 1.5in;
}
	
BODY {
	background-color : green;
}
A:LINK {
	color: Black;
	text-decoration: none;
	background-color : white;
}
A:VISITED {
	color: cyan;
	text-decoration: none;
	background-color :black;
}
