body
{
	background-color : #ffffdf;
	color : black;
}

h1
{
	text-align : center;
	font-family : sans-serif;
	font-style : oblique;
	font-size : 350%;
	font-weight : bold;
	color : blue;
	text-shadow : aqua 0.1em 0.1em;
	margin-bottom : 0.1em
}

h2
{
	margin-top : 0.1em;
	margin-bottom : 0.1em;
	text-align : center;
	font-family : sans-serif;
	font-style : oblique;
	font-size : x-large;
	font-weignt : bold;
	background-color : #ffffbb;
}

h3
{
	margin-top : 0.1em;
	margin-bottom : 0.1em;
	text-align : center;
	background-color : #99ff99;
}

h4
{
	margin-top : 0.1em;
	margin-bottom : 0.1em;
}

ul
{
	text-align : left;
}

hr
{
	margin-left : 0.2em;
	margin-right : 0.2em;
	color : blue;
	background-color : blue;
}

img
{
	max-width : 80%;
}

table
{
	margin-left : auto;
	margin-right : auto;
}

div.main
{
	padding : 0.1em;
	background-color : #ffffbb;
}

div.last_update
{
	font-size : x-small;
}

div.note
{
	text-align : right;
	font-size : x-small;
}
