BODY {
  margin: 1em;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1.1;
  background-color: transparent;
	background-image: url(images/backgrounds/bkgnd.new.jpg);
}

H1, H2, H3, H4, H5, H6, P, UL, OL, DIR, MENU, DIV,
DT, DD, ADDRESS, BLOCKQUOTE, PRE, BR, HR, FORM, DL {
  display: block }

B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, 
IMG, SPAN { display: inline }

LI { display: list-item }

H1, H2, H3, H4 { margin-top: 1em; margin-bottom: 1em }
H5, H6 { margin-top: 1em }
H1, {
	text-align: center }
H2, {
	text-align: left;
}
H1, H2, H4, H6 {
	font-weight: normal;
	font-style: normal;
}
H3, H5 { font-style: italic }

H1 {font: normal xx-large "Georgia", Times New Roman, Times, serif;
}
H2 {
	font: x-large Georgia, "Times New Roman", Times, serif;
}
H3 { font-size: large }

B, STRONG { font-weight: bolder }  /* relative to the parent */
I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
PRE, TT, CODE, KBD, SAMP { font-family: monospace }

PRE { white-space: pre }

ADDRESS { margin-left: 3em }
BLOCKQUOTE { margin-left: 3em; margin-right: 3em }

UL, DIR { list-style: disc }
OL { list-style: decimal }
MENU { margin: 0 }              /* tight formatting */
LI { margin-left: 3em }

DT { margin-bottom: 0 }
DD { margin-top: 0; margin-left: 3em }

HR { border-top: solid }        /* 'border-bottom' could also have been used */

A:link { color: black;	background-color: transparent;
	text-decoration: none;
}        /* unvisited link */
A:visited { color: black; background-color: transparent;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}       /* visited links */
A:active { color: black; background-color: transparent;
	font-weight: normal;
	font-style: normal;
}        /* active links */

/* setting the anchor border around IMG elements{
requires contextual selectors */

A:link IMG { border: none   }
A:visited IMG { border: none }
A:active IMG { border: none }

p.header{ text-align: center; font-family: "Tempus Sans ITC", sans-serif; color: #663300 }
p.navigation{text-align: center}
p.content{text-align: right }
p.footer{text-align: center }

p.footer{ text-align: center }

