.PFP{
	height:50px;
	width:50px;
	float:left;
}
.title{
	font-size:50px;
	
}
.Title_Background{
	background-image:url("Images/HeaderImage.jpg");
	background-repeat:no-repeat;
}
.nav{
	
}
.button {
	border: none;
	color:white;
	background-color:#0d84bf;
	padding: 16px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 1.3em;
	margin: 4px 2px;
	transition-duration: 0.4s;
	cursor: pointer;
	border-width:5px;
	border-style:solid;
	border-radius:5px;
	border-color:#006969;
	width:10em;
}
body{
	background-color:#b0dcf5;
	margin:15px;
}
a{
	text-decoration:none;
}
p{
	margin-left:10px;
}
		