a:link { 
	color: #000080;
	text-decoration: none;
	}
a:visited { 
	color: #000080;
	text-decoration: none;
	}
a:hover { 
	color: #e60000;
	text-decoration: underline;
	}
a:active { 
	color: #870000;
	text-decoration: none;
	}

#para1 {
  text-align: center;
  color: red;
}



html, body {margin: 0 !important; padding: 0 !important; }

.hero-unit__background-image {
  position: fixed;
  z-index: -1;   
  width: 100%;
  height: 100%;
  background-image: url('ftc.png');
  background-size: cover;
  opacity: 0.17;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
}

div.menu {
Color: #000080;	
position: relative;
width: 1024px;
margin: 0 auto;
height: 30px;
Background-color: #bfbfbf;
Margin-bottom: 0px;
Margin-top: 0px;
Text-align: center;
font-size:130%;
Padding: 5px 0 0 0;
}

/*Div.menu a:hover {color: #ff0;}*/

div.menu a {
Background-color: ; 
}

footer {
  position: relative;
  bottom: 0%;
  width: 100%;
  height: 50px;
  Text-align: center;
  Color: gray;
}
h1, h2, h3, h4 {
  margin-right: 15px;
  margin-left: 15px;
}
p {
  margin-right: 15px;
  margin-left: 15px;
}
Address {
  margin-right: 15px;
  margin-left: 15px;
}


/* Style the header */
.header {
  Padding: none;
  background: none;
  color: none;
  position: fixed;
  top: 0;
  width: 100%;
  Text-align: center;
}

/* Page content */
.content {
/*  Background-color: #048;*/
  Width: 1014px;
  Margin: 0 auto;
  padding: 0 10px !important;
  Padding-top: 250px !important;
}


/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.header + .content {
  padding-top: 02px;
}

.header Img {
  Height: 209px;
  Background-color: #fff;
  margin: 0 -2px -4px -2px;
  border: 3px solid #fff;
  Border-bottom: 6px solid #fff;
  Border-top: 6px solid #fff;
}

.header img:first-of-type {
  Border-Left: 0;
}

.header img:last-of-type {
  Border-right: 0;
}


