body {
	background-color: #fff;
	color: #111;
	font: small/18px "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}
#cont {
	margin: 0 auto 50px;
	width: 800px;
}
h1 {
	font-size: medium;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 1.8;
	margin-bottom: 40px;
	text-transform: uppercase;
}
h1 span {
	background-color: yellow;
	padding: 5px;
}
h2 {
	font-size: small;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 1.8;
	margin-top: 40px;
	text-transform: uppercase;
}
h2 span {
	background-color: yellow;
	padding: 5px;
}
p {
	margin-top: 50px;
}
ul {
	margin-top: 20px;
}
li {
	line-height: 1.6em;
	margin-bottom: 20px;
}
a {
	border-bottom: 1px solid #ddd;
	color: #111;
	text-decoration: none;
}
a:hover {
	background-color: pink;
	border-bottom: 1px solid #E98DE9;
}