body {
	
	background-color: White;
	text-align: center;
	padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
	
}
	
h1 {
	
	font-size: 50px;
	font: Times New Roman
	
}

h2 {
	
	font-size: 35px;
	
}

#one{
	
	font-size: 20px;
	font-style: Times New Roman
}

#two{
	
	font-size: 20px;
	font-weight: bold;
}

#three{
	
	font-size: 20px;
	color: blue;
}


