<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS */
body {
	background: #fff;
	font-size: 170%;
	line-height: 160%;
}
/*.slide {
	background :#fff;
	padding: 40px 20px;
	margin: 20px 10px;
	border: 1px dotted black;
}*/
.slide {
	padding: 6px 30px;
}
h1 {
	font-size: 130%;
	line-height: 120%;
}
h2 {
	font-size: 90%;
}
ul {
	text-indent: 5px;
}
.under {
	margin-left: 20px;
}
.tab {
	margin-left:40px;
}
u {
	text-decoration: underline;
}


</pre></body></html>