body
{
	//background-color:rgb(103,125,138);
	font-family:arial;
	font-size:11pt;
	color:rgb(28,69,136);
}

h1
{
	color:rgb(135,168,222);
	font-size:36pt;
	font-weight:bold;
}

h2
{
	font-size:20pt;
	font-weight:normal;
	font-style:italic;
}

h3
{
	font-size:12pt;
}

a
{
	color:rgb(135,168,222);
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

div#content
{
	margin:20px;
	text-align:justify;
	
}

td.footer
{
	text-align:center;
	font-size:9pt;
	padding:20px;
	background-color:rgb(214,212,213);
}