﻿body{
	background-color: #747272;
}

.footer {
   left: 0px;
   bottom: 0px;
   width: 100%;
   background-color: #747272;
   color: white;
   text-align: center;
}

h1{
	text-align: center;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}



p{
	margin-right: 150px;
  	margin-left: 80px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}

footer {
  background-color: #777;
  padding: 10px;
  text-align: center;
  color: white;
}

p.leadparagraph:first-letter { 
	font-size: 200%;  
}

