body {
          margin: 100px; 100px; 30px; 100px;
          font-family: "Lato", Arial;
}


p {
        text-align: justify;
}

	
	a {
	  color: #6699CC;
	  text-decoration:none;
	}


	a:hover {
	  color:orange;
	  text-decoration:none;
	}




.menu {
	  float:left;
	  width: 25%;
          text-align: center;
          font-weight: bold;
          font-size: 16pt;
}



.floatstop {
	  clear:both;
}

.rights {
          text-align: center;
          font-size: 12pt;

}


.headline {
          text-align: center;
          font-size: 25pt;

}


.dates {
          text-align: center;
          font-size: 18pt;

}

#picture {
          float: right;
          position:relative;
	  top: 100px;
          right: 100px;
          width: 40%;
          z-index:-1;
  
}

#speakers {
          width: 40%;
}