body {
	font-family: georgia;
	font-size: 90%;
}

#content {
	margin: auto;
	width: 277px;
	text-align: left;
}

ul {
	list-style-type: none;
	padding: 0;
}

a {
	text-decoration: none;
	border-bottom: 1px dashed red;
}

a:visited {
	border-bottom: none;
}

#content p, ul {
	text-align: justify;
	line-height: 1.5em;
}

