
body {
	background-color: #ffffff;
	margin-left: 6%;
	margin-right: 6%;
}

h1 , h2 , h3 , h4 , h5 {
	font-family: sans-serif;
}

h1 {
	color: #660066;
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 1.5em;
}

h2 {
	margin-top: 8px;
	margin-bottom: 5px;
	font-size: 1.3em;
}

h3 {
	margin-top: 6px;
	margin-bottom: 8px;
	margin-left: 12px;
	font-size: 1.1em;
}

h4 {
	margin-top: 6px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-size: 1em;
}

p , dt , de
{
	font-family: serif;
	line-height: 1.2em;
}

p
{
	margin-left: 20px;
	margin-top: 6px;
	margin-bottom: 4px;
	margin-right: 8px;
}

p.menu {
	font-family: sans-serif;
	padding: 3px;
}

p.subtitle {
	margin-left: 30px;
	font-family: sans-serif;
	background-color: #eeeeee;
	margin-top: 3px;
	margin-bottom: 3px;
}

span.red {
	color: #bb0000;
	background-color: #eeeeee;
}

p.error {
	color: #bb0000;
	background-color: #eeeeee;
	font-weight: bolder;
	padding: 10px;
}


p.first:first-letter {
	font-size: 140%;
	padding: 3px;
	vertical-align: top;
}

span.emphasis {
	color: #660066;
	font-weight: bold;
}

span.grey
{
	background-color: #eeeeee;
}

span.yellow
{
	background-color: #ffff66;
}

span.current {
	color: #660066;
	font-weight: bolder;
}

hr {
	color: #660066;
	size: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

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

a:active
{
	text-decoration:underline;
	color: #9900ff;
}

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

a:link:hover
{
	text-decoration:underline;
	background: #ffff00;
	cursor: hand
}

a:visited:hover
{
	text-decoration:underline;
	background: #ffff66;
	cursor: hand
}

a.invariable:visited
{
	text-decoration:underline;
	color: #0000ff;
}

a.invariable:visited:hover
{
	text-decoration:underline;
	background: #ffff00;
	cursor: hand
}

