body {
	background: white;
	color: black;
}
h1 { font-size: 1.5em }
h2 { font-size: 1.5em }
h3 { font-size: 1.3em }
h4 { font-size: 1.2em }

h1, h2, h3, h4 {
	font-style: normal;
	font-weight: normal;
}
h1, h2 {
        color: #3860B0;
}
a:link { color:blue; }
a:visited { color:#386090; }

span.title { font-size: 1.2em }

.indent_block {margin-left: 10em; text-align: left; }
