body
	{
	background: ivory;
	font-size: 11pt;
	}
h1
	{
	font-size: 24pt;
	color: deeppink;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
	margin-right: 6px;
	}
h2
	{
	font-size: 16pt;
	color: royalblue;
	line-height: 16pt;
	}
h3
	{
	font-size: 16pt;
	color: darkorange;
	weight: bold;
	line-height: 16pt;
	}
h4
	{
	font-size: 20pt;
	color: deeppink;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
	margin-right: 6px;
	}
td
	{
	text-align: left;
	vertical-align: top;
	padding: 16px 16px;
	}
td.title
	{
	background: wheat;
	padding: 6px 6px;
	}
ul
	{
	font-size: 11pt;
	color: maroon;
	line-height: 14pt;
	list-style-type: disk;
	}
a:link,a:visited,a:hover
	{
	font-size: 20pt;
	text-decoration: none;
	}
a:link,a:visited
	{
	color: darkgreen;
	}
a:hover
	{
	color: lime;
	}
.main
	{
	text-align: center;
	}
.img
	{
	border: ridge wheat;
	border-width: 10px;
	}
table
	{
	margin-left: auto;
	margin-right: auto;
	}
.kara
	{
	font-size: 9pt;
	color: darkgreen;
	}
.sub
	{
	font-size: 9pt;
	}
.comment
	{
	font-size: 11pt;
	color:darkgreen;
	}
