      div 
	  {
        background-color: #000000;
        color: #FFFFFF;
        padding: 30px;
      }
	  
body
{
	background-color: #A9A9A9;
}

@font-face {
    font-family: 'aventalight';
    src: url('aventa-light-webfont.woff2') format('woff2'),
         url('aventa-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'morseregular';
    src: url('morse-webfont.woff2') format('woff2'),
         url('morse-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{
    font-family: 'aventalight';
	font-size: 9em;
    text-align: left;
    text-decoration: none;
}

h3{
    font-family: 'morseregular';
    font-size: 20px;
    margin-left: 50em;
}

a.morse:hover{
	font-family: 'morseregular'
}

a:hover {
	color: #FFFF00;
    text-decoration: none;
}

a{
    text-decoration: none;
    color: black;
}

.lisible:hover {
    font-family:'aventalight' ;
    font-size: 70px;
}


