nav{
	background-color:orange;
	line-height: 200%;
	display: block;
	font-family: 'Raleway', sans-serif;
	color: #F54163;
}
nav li {
	display: inline;
	padding-right: 40px;
	font-family: 'Raleway', sans-serif;
	color: #F54163;
}

nav a {
	color: #F54163;
	font-weight: bold;
	text-decoration: none;
	font-family: 'Raleway', sans-serif;
}
a{
	color: #F54163;
	font-weight: bold;
	font-family: 'Raleway', sans-serif;
}

a:hover{
	color: green;
	font-family: 'Raleway', sans-serif;
	
}

nav a:visited{
	color: firebrick;
	font-family: 'Raleway', sans-serif;
}

body 
    {
	background-color:#ebcc94;
	margin-left: 50px;
	margin-right: 50px;
	}

.floatleft
	{
		float:left;
		margin-right:60px;  /* it floats the first image, then leaves room on the right side for 60 */
		margin-left:40px;   /* moves the floated image over 40 px */
}

h2, h3, h4	 {
		font-family: 'Raleway', sans-serif;
		color:green;	
}
h1	 {
		font-family: 'Raleway', sans-serif;
		color:green;
		font-size: 40px;
}

.center
	{
		text-align:center;
}
p em {
	font-weight:bold;
}

p{
	font-family:georgia, sans-serif;
}
.highlight{
	color:firebrick;
	font-family: verdana, serif;
	font-weight: bold;
}
p::first-letter{
	color: #D95C26;
	font-size: xx-large;
}
