h1{
	text-align: center;
	color: black;
	font-size: 45px;
	
}

h3{
	text-align: center;
	color: white;
}

body {
    background-image: linear-gradient(white, orange);
	height: 900px
}

a {
    color: DodgerBlue;

}
a:active {
    color: black;
}

a:hover {
    color: blue;
}
a:visited {
    color: black;
}

.P1{
	font-family: Calibri;
	text-indent: +2em;
}

footer{
	font-family: Calibri;
	font-size: 14px;
	color: DodgerBlue;
	background-color: white;
	
}
.P2{
	text-align: center;
	font-family: Calibri;
}
	
.P3{
	text-align: center;
	
	
}
#myHeader {
    background-color: lightblue;
    text-align: center;
	padding: 40px;
}
