body {
margin:0px;
padding:0px;
background-color:#ffffff;
font-family: "Georgia", "Times New Roman", "Serif";
font-size: 12px;
}

/* posities */


#wrapper {
width:100%;
text-align:center;
}


#content {
margin: 0 0 0 0px;
margin-left: auto ;
margin-right: auto ;
position:relative;
top : 100px;
width : 800px;
} 

#header {
margin-bottom:50px;
}

/* declaraties */

a {
color: #000;
text-decoration: none;
}

a:hover {
color: #000;
text-decoration: underline;
}

a.selected {
text-decoration : none;
color: #000;
}