body 
	{
	background-color: white;
	font-family: sans-serif;
	font-size: 12px;
	} 

table.hoved
	{
	width: 100%;
	border-style: none;
	border-width: 1px;
	border-collapse: collapse;
	background-color: #ffffff;
	table-layout: auto;
	empty-cells: show;
	}

td.hoved
	{
	width: 780px;
	border-style: none;
	border-width: 1px;
	border-color: #000000;
	background-color: #87bdff;
	}

p
	{
	padding-left: 40px;
	}

h1
	{
	padding-left: 40px;
	font-size: 24px;
	}

