BODY {
	background: White;
	background-image: url(images\gb45.art);
	background-repeat: repeat;
	color :#CC9966;
	font-family :Wrangler, "Bookman Old Style", "Times New Roman", serif;
	font-size: 14pt;
	text-align:center;
	padding-left: 20%;
}

H1{
	font-size: xx-large;
}

H2 {
	font-size: x-large;
	color: Maroon;
}

H3 {
	font-size: 15pt;
	font-style: italic;
	font-family: serif;
}

H4 {
	font-family: serif;
	font-size: small;
}
H5{
	font-family: serif;
	font-size: x-small;
	font-variant: small-caps;
	background-color: transparent;
	color: #7FFF00
}H6{
	
}

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

A:Visted{
	color : #99CCCC;
	text-decoration: none;
}

A:Active{
	color: Black;
	text-decoration: none;
}

A:Hover {
	font-weight: 700;
	font-variant: small-caps;
	color: Teal;
	text-decoration: underline;
}

HR {
	height: 2pt;
	color: #cc9966;
}

OL{
	list-style: upper-roman;
	text-align: left;
	text-indent: 20%;
}

UL{
	list-style : square;
	text-align: left;
	text-indent: 20%;
}
TH{
	background-color : transparent;
}
TD{
	background-color : transparent;
}
P{
	text-indent : .25in;
	text-align: left;
}
	
