* {
	font-style: normal;
	list-style: none;
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
}

body {
	text-align: center;
	color: #222222;
	font-family: Georgia, "Times New Roman", Times, serif;
	min-width: 600px;
}

#column {
	width: 500px;
	margin: 110px auto 0 auto;
	text-align: left;
}

p {
	margin-bottom: 15px;
	font-size: 1.0em;
	line-height: 1.8em;
	font-style: italic;
}

h1 {
	font-size: 1.1em;
	color: black;
	margin-bottom: 15px;
	font-weight: normal;
}

a {
	border-bottom: 3px double silver;
	color: black;
}

a:hover {
	background: yellow;
}