
body {
	background-color: #ccc;
}

li {
	margin-top: 10px;
}

a,
a:link,
a:visited,
a:hover {
	color: #00f;
}

a:active {
	color: #f00;
}