@import "style.css";

a {
text-decoration: none;
}

a:link {
color: #0000FF;
text-decoration: none;
}

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

a:visited {
color: #000099;
text-decoration: none;
}

body {
font-family: "Trebuchet Ms", Arial, Helvetica, San Serif;
font-size: 13px; 
color: #000000;
text-align: center; 
margin: 10px 0;
padding: 0;
background-color: #33CCFF;
}

table {
border-collapse: collapse;
border-spacing: 0;
margin-left: auto;
margin-right: auto;
font-size: 13px; 
}

.title {
font-size: 24px;
text-align: center;
padding: 20px 0 20px 0;
color: #0000FF;
}

.audio, .english {
font-size: 20px;
text-align: center;
padding: 20px 0 10px 0;
color: #0000FF;
}

.input {
background-color: #33CCFF;
}

#footer {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: center;
padding: 0;
margin: 0;
}

.guirlande {
color: inherit;
padding: 20px 0 20px 0;
background: transparent url(guirlande.jpg) center bottom no-repeat;
}




