body {
	color: #000;
	background-color: #edf;
	line-height: 1.5em;
}

a:link {
	color: #00f;
}

a:visited {
	color: #008;
}

a:hover {
	color: #0f0;
	background-color: #eef;
	font-size: larger;
}

a:active {
	color: #0f0;
	background-color: #fee;
	font-size: larger;
}

p {
	text-indent: 1em;
}

h1 {
	line-height: 1.5em;
}

h2 {
	line-height: 1.5em;
}

.center {
	text-align: center;
}

.small {
	font-size: 90%;
}

.underlined {
	text-decoration: underline;
}

.revised {
	text-decoration: line-through;
}

p.trip {
	text-align: right;
}
