

body { 
	background-color:#FFA19F ;
	background-image: url(images/stone2.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: #FFC0BF;
	text-align: center
}

h2 { 
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #FF8280;
	letter-spacing: 0.3em;
	text-align: left;
	font-size: 16pt;
}

p { 
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: black;
	line-height: 2em;
	margin: 0;
}

p.color { 
	background-color: #FFC0BF;
	padding: 10px 10px 10px 10px;
}

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: #FFA19F;
}

footer {
	font-size: .8em;
}

a:active {
	color: white;
}