a img {  
border: none;
}

a:link {
color: red;
text-decoration: none;
}
a:visited {
color: red;
text-decoration: none;
}
a:hover {
color: red;
text-decoration: underline;
}
a:active {
color: red;
text-decoration: none;
}

#speaker p
{
    /*Text Left indeed. Should be in % only to display correctly on different screen size*/
    margin-left:7.9%;
    /*Text Rigth indeed. Should be in % only*/
    margin-right:8%;
    
    font-family:helvetica, arial;
}

body
{
    max-width:640px;
}

.button {
  background-color: #3374FF; /* Blue */
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}


.button {border-radius: 8px;}

