@charset "utf-8";
body {
	background-color:thistle
}
h1 {
	color: blue;
	text-align: center;
}
h2 {
	color: red;
	text-align:center
}
h3 {
	color:blue;
}
a {
	color: blue;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}
