@CHARSET "UTF-8";

body
{
	font-family:helvetica, arial, sans-serif;
	font-size:11px;
	text-align:justify;
}

li
{
	margin:0.5em 0 0 0.5em;
}

h1
{
	display:block;
	font-size:1.5em;
}

h2
{
	font-size:1.17em;
}

h3
{
	font-size:1em;
}

table
{
	width:auto;
	margin:auto;
	border-collapse:collapse;
}

th
{
	font-weight:bold;
}

td, th
{
	border:1px solid black;
	padding:4px;
	margin:0px;
}

div.center
{
	text-align:center;
}