

body { 
	background-color:#FFA163;
	background-image: url(images/stone3.jpg);
	background-repeat: repeat;
}

a { 
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: midnightblue;
	font-weight: bolder;
}

h1 { 
	font-size: 20pt;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	word-spacing: 0.5em;
	color: ;
	background-color: #FFB483;
	text-align: center
}

h2 { 
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: white;
	background-color: #FF8F44;
	letter-spacing: 0.3em;
	font-size: 16pt;
	text-align: left;
	background-image: url(images/stone4.jpg);
}

p { font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: black;
	line-height: 2em;
	margin: 0;
}

strong { font-weight: bolder;
		font-variant: small-caps;
}

em { font-weight: 700;
}

dd { color: #1D1920;
}

dt { font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: midnightblue;
	font-weight: bolder;
}

p.center {
	text-align: center;
}

a:hover {
	background-color: midnightblue;
	color: #FFA163;
}

footer {
		font-size: .8em;
}

a:active {
	color: white;
}

img.left {
	float: left;
	margin: 0 0 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 0;
}

.clear {
	clear: both;
}