

body { 
	background-color: #606060;
	background-image: url(images/stone4.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: #808080;
	text-align: center
}

h2 { font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #404040;
	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;
}

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: #606060;
}

footer {
		font-size: .8em;
}

a:active {
	color: white;
}