
html
{
	background-color: white;
	background-image: url("../images/background.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0px;
	padding-top: 0px;

}

body
{
	/*background-color: #6E6A6B;*/
	color: blue;
	margin-left: 22%;
	margin-right: 22%;
	padding-right: 4%;
	padding-left: 4%;

	
}

.address
{
	text-align: center;
		
}

h1
{
	
	text-align: center;
	/*color: #610000;*/
	color: white;
}

b
{
	/*color: blue;*/
	color: white;
}

h2
{
	
	text-align: center;
	color: blue;
}