.body
	{
		margin: 0;
		background-color: #FFFFFF;
		text-align : center; 
		color: #2961A3;
	}
h1
	{
		color: #2961A3;
		font-size: 16pt;
		font-weight: bold;
	}
h2
	{
		color: #2961A3;
		font-size: 14pt;
		font-weight: bold;
	}
h3
	{
		color: #2961A3;
		font-size: 12pt;
		font-weight: bold;
	}
a.linkh2:link
	{
		color: #2961A3;
		font-size: 14pt;
		font-weight: bold;
		text-decoration: underline;
	}
a.linkh2:visited
	{
		color: #2961A3;
		font-size: 14pt;
		font-weight: bold;
		text-decoration: underline;
	}
a.linkh2:hover
	{
		color: #2961A3;
		font-size: 14pt;
		font-weight: bold;
		text-decoration: none;
	}
a.linkh2:active
	{
		color: #2961A3;
		font-size: 14pt;
		font-weight: bold;
		text-decoration: underline;
	}