body	{
		 background-color: #FFFFFF;
		 color: #000000;
		 font-size: 16px;
		 font-family: Calibri, "Times New Roman", sans-serif;
		 }
		 
h1		{
		 font-size: 36px;
		 }

table	{
		 border: solid;
		 border-color: #000000;
		 border-width: thin;
		 text-align: center;
		 }

th		{
	 	 background: #98bbde;
	 	 border: solid;
		 border-color: #000000;
		 border-width: thin;
		 }

td		{
		 border: solid;
		 border-color: #000000;
		 border-width: thin;
		 padding: 8px;
		 margin-top: -2px;
		 }
		 
.minus	{
		 margin-top: -1px;
		 margin-bottom: -1px;
		 }
		 
.blaa	{
		 background: #D2E0EC;
		 }
