 
 body {
	 margin-top:80px;
	margin-left:50px;
	margin-right:50px;
	margin-bottom:50px;
 }
 
	h1 {
	font-family: Gill Sans, Verdana;
	font-size: 20px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	}
 
 
   h2 {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	color: #444;
	margin: 0;
	padding: 0px 0px 6px 0px;
	font-size: 34px;
	line-height: 44px;
	letter-spacing: -2px;
	font-weight: bold; 
	}
	
	h3 {
    font-family: times, Times New Roman, times-roman, georgia, serif;
    font-size: 32px;
	line-height: 40px;
	letter-spacing: -1px;
	color: #000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: 100;
	}
	
	p {
	    font-family: times, Times New Roman, times-roman, georgia, serif;
		font-size: 14px;
		line-height: 20px;
		text-transform: none;
		color: #444;
	}
	
	ul {
  font-family: times, Times New Roman, times-roman, georgia, serif;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333333;
}

li {
  float: left;
}

li {
	font-family: times, Times New Roman, times-roman, georgia, serif;
  display: block;
  color: white;
  text-align: center;
  font-size: 24px;
  padding: 16px;
  text-decoration: none;
}

