.p1 {
	text-align: center;
}
			
.p2 {
	text-align: right;
	font-weight: bold;
	text-decoration: underline;
}
			
.p3 {
	font-style: italic;
	text-decoration: underline;
	color: red;
}
			
.img1 {
	border: 2px solid red;
}
			
a {
	color: orange;
	text-decoration: underline;
}