h1, h2, h3, h4	 {
		font-family: Georgia, Palatino,Times, serif;
		color:#431F7A;
}

a:hover{
	color: green;
}

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

.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 */
}

.center
	{
		text-align:center;
}

.highlight 
	{ 
		color:firebrick;
        font-family: Verdanna, sans- serif;
        font-weight:bold; 
}
p::first-letter
	{
        color:#431F7A;
		font-size: x-large;
     }


