/* CSS Document */


/* Setting the border, the margin and the padding to zero; unless otherwise stated */
*{
margin: 0px;
padding: 0px;
}

/* Controlling the body of every page */
body{
background-color:#DBEEDB;
}

p{
font-size:12px;
text-align:justify;
padding:10px 0px;
}

li{
font-size:12px;
margin-left:18px;
}

.bold{
display:block;
font-size:13px;
font-weight:bold;
color:#000000;
}

#wrapper{
margin:20px auto auto auto;
width:772px;
background-color:#DBEEDB;
}


