* {
	color: #333;
	line-height: 1.8;
}

body {
	font: 62.5% Georgia, 'Times New Roman', serif;
	padding: 70px 0 0;
}

h1 {
	font: normal 23px Georgia, 'Times New Roman', serif;
	margin-bottom: 0.5em;
}

* html h1 {
	font-size: 2.3em;
}

*:first-child + html h1 {
	font-size: 2.3em;
}

h2 {
	font: normal 16px Georgia, 'Times New Roman', serif;
	padding-top: 30px;
	border-top: 5px solid #a3a3a3;
	height: 15px;
	width: 100%;
	margin-bottom: 20px;
}

p {
	font-size: 12px;
	margin-bottom: 1em;
	text-align: justify;
}

* html p {
	font-size: 1.2em;
}

*:first-child + html p {
	font-size: 1.2em;
}

#header {
	background-color: silver;
	width: 100%;
	height: 200px;
}

#container {
	width: 80em;
	margin: 0 auto 3em;
	position: relative;
}

em {
	color: #1a83a9;
	font-size: 125%;
}

#anchors {
	font: normal 12px 'Lucida Sans Unicode', 'Lucida Sans', Arial, sans-serif;
	font-style: italic;
	list-style: none;
	overflow: hidden;
	margin: 0 0 1.5em 470px;
}

* html #anchors {
	font-size: 1.2em;
}

*:first-child + html #anchors {
	font-size: 1.2em;
}

#anchors li {
	float: left;
	border-left: 1px solid #cfcfcf;
	padding: 0 0 0 10px;
	margin: 0 10px 0 0;
}

#anchors li.first {
	border: none;
	padding-left: 0;
}

#anchors li a {
	background: transparent url(/examples/anchor_bullet.gif) no-repeat 5px 50%;
	padding: 4px 8px 4px 20px;
	display: block;
	text-decoration: none;
}

#anchors li a:hover, #anchors li a:focus {
	background-color: #ddd;
}
