* {
  margin:0;
  padding:0;
  border:0;
}

body {
  font-family: arial, sans-serif;
  font-size: 12px; 
  line-height: 14px;
  color: #ffffff;
  background-image:url(images/background.gif);
}

span.fett{
  font-weight: bold;
} 

h3{
  font-size: 14px; 
  line-height: 18px;
}


a:link{
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
}
a:visited{ 
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
}
a:hover{
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;

}
a:active{
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
}

#page {
  width: 800px;
  height: 600px;
  margin: 0 auto;
}

#welcome {
  width: 800px;
  height: 550px;
}

#mail {
  width: 800px;
  height: 50px;
  background-color: #1361ab;
  text-align: center;
}


