body {
	font-family: Arial, sans-serif;
	line-height: 1.6;
	color: 333;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

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

a:hover {
	color: 5a5a5a;
}