﻿body {
  margin:0;
  background-color: white;
  font-family: Arial, Helvetica, sans-serif;
}

* {
  margin:0;
 
}

.image_full{
padding:0;
margin:0px;
}

.image{

width:800px;
height:auto;
margin-right:auto;
margin-left:auto;
display:block;

}

.header{
  background-color: white;
  overflow: hidden;
}


.content{
   padding:0px;
   margin:50px;

 
}

.header a{
  
  color:black;
  text-decoration:none currentcolor solid;
width: 100px;
 float:left;
   text-align:center;
   font-size: 18px;
   padding: 14px 16px;
   
}

.header a:hover{
    text-decoration:underline;
}

.header a.active{
  text-decoration:underline;
  
}
