body
{
	font-family: "Verdana", sans-serif;
}

div.header
{
	text-align: center;
}

div.header p.author
{
	font-size : small;
}



div.main
{
	margin-left: 4%;
	margin-right: 4%;
}

div.main ol.index
{
	font-size : small;
	color: #555555;
}

div.main div.thread
{
	margin-left: 1%;
	margin-right: 1%;
}

div.main div.thread h2
{
	margin-left: -2%;
	color: #7777ff;
	border-color: #7777ff;
	border-style: none none solid none;
	border-width: 1px;
}

div.main div.thread h3
{
	margin-left: -1%;
}

div.main div.thread em
{
	font-style : normal;
	text-decoration : none;
	font-weight : bolder;
}

div.main div.thread div.figure
{
	text-align: center;
	font-weight : bolder;
}

div.main div.thread div.figure img
{
	border-color: #000000;
	border-style: solid solid solid solid;
	border-width: 2px;
}

div.main div.thread div.figure table
{
	font-size : small;
	font-weight : normal;
	border-color: #000000;
	border-style: solid solid solid solid;
	border-width: 2px;
	background-color: #ccccff;
}

div.main div.thread div.figure table tr
{
	border-style: none;
}

div.main div.thread div.figure table td
{
	background-color: #ffffff;
	text-align : center;
	border-style: none;
}

div.main div.thread div.figure table tr.label td
{
	background-color: #aaaaff;
	font-weight: bold;
}

div.main div.thread pre
{
	margin-left: 1%;
	background-color: #eeeeee;
	padding: 1%;
	border-color: #333333;
	border-style: solid solid solid solid;
	border-width: 1px;
}

div.footer
{
	margin-left: 3%;
	margin-right: 3%;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #aaaaff;
	text-align: right;
}

a
{
	text-decoration : underline;
	white-space: nowrap;
	color : blue;
	margin: 2px 2px 2px 2px;
}

a:hover
{
	text-decoration : none;
	color : #00000ff;
	background-color: #aaaaff;
}