html {
	background-color: #99DDFE;
	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 }

p {
	text-indent: 20px;
}

h1 { 
	font-size: 17pt;
	color: #014668;
	margin: 20px 0px 15px 0px;
}

h2 { 
	font-size: 15pt;
	color: #156F9A;	
}

h3 { font-size: 13pt;
	color: #2A98CF; 
}

h4 { font-size: 12pt;
	color: #48a2cf; 
	font-style: italic; 
}

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

ul {
	list-style-image: url("../images/icons/bullet.png")
}

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

.subtitle {
	color: #156F9A; 
	font-weight: bold;
}
