@charset "UTF-8";

body {
	font-size: 10.5pt;
}

/* ----
	Slide
---- */

*.slide {
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: 2em;
	margin-right: 2em;
	padding-top: 0em;
	padding-bottom: 0em;
	padding-left: 1em;
	padding-right: 1em;
	border: medium groove pink;
	font-size: 90%;
}
*.slide:before {
	content: 'slide';
	display: block;
	color: hotpink;
}

/* ----
	Figure
---- */

p.figure {
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: 2em;
	margin-right: 2em;
}
span.figure-title {
}
/* ----
	Heading
---- */

h1 {
	text-align: center;
	font-size: 144% ;
}
h2 {
	font-size: 120% ;
	margin-top: 2em ;
	border-left: thick double mediumvioletred;
	padding-left: 1em;
}
h3 {
	font-size: 120% ;
	margin-top: 2ex ;
	margin-left: 2em ;
	border-left: thick solid mediumvioletred;
	padding-left: 1em;
}
h4, h5, h6 {
	margin-left: 2em ;
	font-size: 100%;
}
h4 {
	margin: 1.5ex 2ex 1em 2em;
	text-decoration: underline;
}
h5 {
	margin: 1.5ex 2ex 1em 2em;
}

/* ----
	Contents
---- */

p, pre, 
ul, ol, dl, 
blockquote {
	margin-top: 1em;
	margin-bottom: 1em;
}
/*
ul ul, ol ol, dl dl {
	margin: 0.8ex 2em 0.5ex 2em;
}
*/
blockquote {
	margin: 0.8ex 3em 0.5ex 4em;
	border-left: thin solid hotpink;
}
blockquote * {
	margin-left: 1em;
}
em {
	font-style: normal;
	text-decoration: underline;
	color: mediumvioletred;
}
/* ----
	End of style sheet
---- */

