header{
	color: purple;
	background-color: lightblue;
	font-family: "Arial";	
	font-size: 35px;
	text-align: center;
	font-weight: bold;
}

h2{
	color: #FF0000;
	font-family: "Arial";	
	font-size: 20px;

}

.t1{
	color: rgb(000,000,255);
	font-family: "Arial";
	font-style: italic;
}

p{
	line-height: 120%;
}

#p1{
	text-indent: 20px;
}

.ul1{
	letter-spacing: 2px;
	
}

ol{
	word-spacing: 6px;
}

footer{
	color: purple;
	background-color: lightblue;
	text-align: center;
	font-style: italic;
}

