body {
	background-color: #f0f0f0;
	font-family: Arial, sans-serif;
}

h1 {
	color: #2c3e50;
	text-aglin: center;
}

p {
	color: #555;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: red;
}
