Body {
	Background: black;
	color: white;
	background-image: url(images/marble.jpg);
}
nav {
		background-color: black;
		line-height: 200%;
		display: block;
}
nav a {
	color: white;
	font-weight: bold;
}
		
nav li {
	display: inline;
	list-style-type: none;
	padding-right:	40px;
}
h1 {
	background-color: teal;
	color: black;
	font-size: 2.5em;
	letter-spacing: .2em;
	text-align: center;
	text-transform: uppercase;
	word-spacing: .5em;
	font: times;
	padding-bottom: 0.5em;
}
h3 {
	background-color: blue;
	color: black;
	font-size: 1em;
	letter-spacing: .1em;
	text-align: center;
	text-transform: uppercase;
	word-spacing: .5em;
	font: arial;
	padding-bottom: 0.5em;
}
strong {
	background-color: white;
	color: black;
	font-size: .8em;
	letter-spacing: .1em;
	text-align: center;
	text-transform: uppercase;
	word-spacing: .5em;
}
li {
  list-style-type: square;
  color: Yellow;
  background-color: black;
}
p {
  font-size: .8em;
  Font: Times;
  Margin: 0;
  text-align: left;
  line-height: 2;
}
a {
	color: teal;
	text-decoration: both;
}
a:hover {
	color: gold;
	text-decoration: both;
}
  img {
	float: left;
	margin: 0 10px 10px 0;
}

  img.right {
	border: double thin black;
	float: right;
	margin: 10px 0 10px 10px;
}