BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
}

P {
	margin-left : 1in;
	margin-right:1in;
	text-indent : .5 in;
}

P.legal {
	font-size : smaller;
	font-style : italic;
	color : Purple;
	font-weight : bold;
}

P.quote {
	margin-left : 1.5 in;
	margin-right : 1.5 in;
}

H1 {
	font-style:italic;
}

H2 {
	font-style:italic;
}

A {
	color : Teal;
	text-decoration : none;
}

A:Visited  {
	color : Maroon;
}

A:Active  {
	font-style : italic;
}

A:Hover  {
}

SPAN.blue {
	color:Blue;
	font-style : italic;
	font-weight : bold;
	font-size : medium;
}

SPAN.maroon {
	color: Maroon;
	font-style : italic;
	font-weight : bold;
	font-size : medium;
}

SPAN.olive {
	color: Olive;
	font-style : italic;
	font-weight : bold;
	font-size : medium;
}

SPAN.navy {
	color : Navy;
	font-style : italic;
	font-weight : bold;
	font-size : medium;
}

SPAN.green {
	color : Green;
	font-style : italic;
	font-weight : bold;
	font-size : medium;
}

SPAN.teal {
	color : Teal;
	font-style : italic;
	font-weight : bold;
	font-size : medium;
}

