h1{
	color:blue;
	font-family:"Times New Roman";
	font-size:26px;
}
h2{
	color:green;
	font-family:"Verdana";
	font-size:20px;
}
h3{
	color:red;
	font-family:"Times New Roman";
	font-size:16px;
}
p{
	color:brown;
	font-size:14px;
	text-align:justify;
	width:400px;
}
body{
	background-color:gray;
}