/* about.css */

.p1 {
	color: red;
	font-size: 30px;
}

.container {
    width: 989px;
	margin: 0 auto;
}

img {
    border: solid 4px black;
}


h2 {
	font-size: 20px;

}
h3{
	font-size: 20px;

}
h4 {
	font-size: 20px;

}
mark {
	font-size: 20px;
	background-color: lightgray;
}

p {
	text-indent: 40px;
}