		body{font-size:22px;
			font-family: Trebuchet ms,Times New Roman,arial;
			color:#d3d3d3;
			text-align:center;
     		background-color:#004a6f;
			}
		h1	{font-size:40px;
     		font-family:Trebuchet ms,Times New Roman,arial;
			font-style: bold;
     		color:#d3d3d3;
			text-align:center;
     		background-color:#004a6f;
			}
		h2	{font-size:18px;
			font-family: Trebuchet ms,Times New Roman,arial;
			font-style: normal;
     		color:#d3d3d3;
			text-align:center;
			background-color:#004a6f;
			}	
		h3	{
			font-size:10px;
			font-family: Trebuchet ms,Times New Roman,arial;
			font-style: normal;
     		color:#d3d3d3;
			text-align:center;
			background-color:#004a6f;
			}
		p	{
			font-size:16px;
			font-family: Trebuchet ms,Times New Roman,arial;
     		color:#d3d3d3;
			background-color:#004a6f;
			}
		table{
			font-size:16px;
			font-family: Trebuchet ms,Times New Roman,arial;
     		color:#d3d3d3;
			background-color:#004a6f;
			}
		a:link{
			color:#ff7d09;
			background-color: transparent;
			text-decoration: none;
			}

		a:visited{
			color:#ff7d09;
			background-color: transparent;
			text-decoration: none;
			}
		a:hover	{
			color: #ff7d09;
			background-color:none;
			text-decoration: underline;
			}
		a:active	{
			color:#ff7d09;
			background-color: transparent;
			text-decoration: none;
			}