body
{
background-color: #00FF00;
color: black;
}
a, a:visited, a:focus, a:active
{
color: red;
text-decoration: none;
}
a:hover
{
color: red;
text-decoration: underline;
}
#nom
{
background-color: yellow;
color: #0000FF;
text-align: center
}
#mail
{
background-color: yellow;
color: #0000FF;
text-align: center
}
#message
{
background-color: yellow;
color: #0000FF;
text-align: center
}
.button
{
background-color: orange;
color: #0000FF;
text-align: center;
}
#mailframe
{
position: absolute;
left: 160px;
top: 7px;
}
