
body {
	background-image: url('BG1.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #ffffff;
	margin: 0;
	color: #ccc;	
	font-family: Poppins, sans-serif;
	 font-weight: 400;
  font-style: normal;
  color: #244556;
   font-size: 18px;


	}
		
h1 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 70px;
	color: #426C85;	
	margin-bottom: 0px;
	
	}
	
	h2 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 30px;
	color: #426C85;	
	margin-top: 0px;

	}
  
#topmenu {
width: 100%;
background-color: #426C85;
	background-image: url('fish1.png');
	background-repeat: no-repeat;
	background-position: right top;
color: #fff;
height: 36px;
margin: 0px;
padding-left: 10px;
padding-top: 5px;

box-sizing: border-box;
}



.content {
width: 70%;
border: 0px solid black;
margin: 0 auto;
  justify-content: center;
}

a {
font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 25px;
	color: #fff;	

}

a:link {
  color: #fff;
  text-decoration: none;
}

a:visited {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: underline;

}


a:active {
  color: orange;
  text-decoration: none;
}			
	
.content a {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  color: #426C85;
  padding: 5px;
  text-decoration: none;
}

.content a:visited {
  color: #426C85;
  text-decoration: none;
  }
  
  
.content a:hover {
  color: #426C85;
  text-decoration: underline;
}		
    
    
.foot {

position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #fff;
   color: white;
   text-align: right;
  border: 0px solid black;

}   
    
.foot a {
 font-family: Poppins, sans-serif;
	 font-weight: 400;
  font-style: normal;
  color: #244556;
   font-size: 16px;
  padding: 5px;
  text-decoration: none;
}

.foot a:visited {
  color: #426C85;
  text-decoration: none;
  }
  
  
.foot a:hover {
  color: #426C85;
  text-decoration: underline;
}	    
    