body {
    background-color:rgb (255,255,255);
    margin-left: 15%; margin-right: 15%;
    color:rgb(0,0,0); 
	font-size:30px;
	font-family: "Arial Narrow";
}

h1 {
    color:rgb (0,0,0);
    text-align: center;
    font-size: 40px;
	font-family: "Arial Narrow";

}

h2 {
    color:#4682B4;
    text-align: center;
    font-size: 25px;
	font-family: "Arial Narrow";

}