html {
	background-color: #cfcfff;
	color: black
}

* {
	font-size: 11pt;
	font-family: sans-serif
}

div, span, body {
	margin: 0px;
	padding: 0px
}

img { border-style: none }
p, li { text-align: justify }

h1 {
	font-size: 17pt;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-size: 15pt;
	margin: 0px 0px 10px 0px;
}

h3 {
	font-size: 13pt;
}

a, a:visited, a:active {
	text-decoration: none;
	color: #0000ff
}
a:hover { text-decoration: underline }

a.pysse-ld-page { background-color: red }
a.pysse-ld-anchor { background-color: yellow }

