body {
	color:#222;
	font-size: 16px;
	background-color: #FDF5D6;
}

p {
	width: 500px;
	letter-spacing: 1px;
	padding: 15px;
}

a:link {
	color: #600;
	text-decoration: underline;
}

a:visited {
	color: #600;
	text-decoration: underline;
}

a:active {
	color: #600;
	text-decoration: blink;
}

