@charset "UTF-8";
body {
	background-color: #feffef;
}

a {
	color: #C30;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #C00;
}
.highlight {
	color: #600;
}
.underlined {
	text-decoration: underline;
}
