h1{
	color: red;
	border: 2px solid black;
	width: 400px;
	height: 200px;
	margin: 100px 10px 200px 0px;
	padding: 100px;
	
}
body{
	background-color: white;
}
h3{
	border: 4px dotted red;
}

p{
	font-size: 16px;
	font-family: Arial;
	text-align: justify;
	text-transform: capitalize;
}
h1{
	text-align:center;
	text-decoration:overline;
}
h3{
	
	text-transform: capitalize;
}
#par1{
	font-size: 22;
}