@import "style.css";

a {
text-decoration: none;
}

a:link {
color: #05A05A;
text-decoration: none;
}

a:hover {
color: #FF0000;
text-decoration: none;
}

a:visited {
color: #006600;
text-decoration: none;
}

body {
font-size: 13px; 
color: #000000; 
font-family: "Trebuchet Ms", Arial, Helvetica, San Serif;
background-color: #FFCC99;
text-align: center; 
margin: 10px 0;
padding: 0;
}

table {
border-collapse: collapse;
border-spacing: 0;
margin-left: auto;
margin-right: auto;  
}

.title {
font-size: 24px;
text-align: center;
padding: 40px 0 40px 0;
color: #05A05A;
}

.audio, .english {
font-size: 20px;
text-align: center;
padding: 20px 0 10px 0;
color: #05A05A;
}

.input {
background-color: #FFCC99;
}

#footer {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
text-align: center;
padding: 0 0 40px 0;
margin: 0;
}


