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;
}