body {
font-family: Verdana, Arial, Helvetica, sans-serif;
background: #FFFFFF url(oranje.png) 0px top repeat-x;
font-size: 12px;
font-weight: normal;
color:#000000;
}


#container {
width:700px;
height:900px;
margin-top:15px;
background-color:#FFFFFF;
border:2px solid #808080;
}


#content {
margin:30px;
margin-left:40px;
margin-top:20px;
text-align:left;
}

a {
font-size: 11px;
font-weight: bold;
color:#000000;
text-decoration:none;
text-align:justify;
}

a:hover {
text-decoration:underline;
color:#FF5B00;
}