@CHARSET "UTF-8";

body {
	background-color:lightgreen;
	font-family:Arial, Verdana,Sans-serif;
	font-size: 11pt;
  margin: 25px 25px 25px 25px; 
}

article p {
	clear: both; 
}

article h3 {
	font-size: 14px; margin: 0px; color: black;
	font-style: italic;
}

article > section header p a {
	font-size: 14px;
	font-style: italic;
}

article > section header p {
	font-size: 14px;
	margin-left: 10px;
}

article > section p {
	margin-left: 10px;
}

article > section h1 a {
	font-size: 14px;
	margin-left: 10px;
}

header h1 {
	font-size: 16px; margin: 0px; color: #888;
}

header h2 {
	font-size: 14px; margin: 0px; color: #888;
	font-style: italic;
}

img {
	background-color: lightgreen;
}

nav ul {
	list-style: none; padding: 4px; display: block;
	clear: right; background-color: #666;
	padding-left: 4px; height: 24px;
}

nav ul li {
	display: inline; padding: 0px 24px 5px 10px;
	height: 24px; border-right: 1px solid #ccc;
}

nav ul li a prev {
	color: yellow; text-decoration: none;
	font-size: 13px; font-weight: bold;
}

nav ul li a {
	color: #EFD3D3; text-decoration: none;
	font-size: 13px; font-weight: bold;
}

nav ul li a:hover{
	color: #fff;
}

nav ul li a prev:hover{
	color: #fff;
}
