body {
background-color: #fdfdfd;
color: black;
overflow:auto;
text-align: center;
font-family: Verdana, Sans-serif;
font-size: 13px;
      }

P {  

}

a:link{
background-color: transparent;
color: green;
text-decoration: none;
font-weight: none;
}

a:visited{
background-color: transparent;
color: green;
text-decoration: none;
font-weight: none;
}

a:hover{
background-color: transparent;
color: orange;
text-decoration: none;
font-weight: none;
}

a:active{
background-color: transparent;
color: green;
text-decoration: none;
font-weight: none;
}


#whiteness {
width: 30em;
padding: 4em;
margin-top: 5em;
margin-left: auto;
margin-right: auto;
text-align: left;
}

#title {
text-align: center; 
width: 100%;
}

#left {
text-align: left;
width: 14em;
float: left;
}

#contact {

float: right;
}

#right {

float: right;
}

#footer {
clear: both;
width: 100%;
text-align: center;
}
