body {
background: #DDFEF0;
text-align: center;
scrollbar-face-color: #DDFEF0;
scrollbar-highlight-color: #DDFEF0; 
scrollbar-3dlight-color: #FF71B0;
scrollbar-shadow-color: #FF71B0;
scrollbar-darkshadow-color: #DDFEF0;
scrollbar-track-color: #DDFEF0;
scrollbar-arrow-color: #009966;
}

A {text-decoration: none; color: #FF71B0;}
A:visited {color: #C9799D;}
A:hover {color: #DDFEF0;}
A:active {color: #CFF0CF;}

div.container {
margin: 0 auto;
width: 800px;
background-image: url('/abdestiny/sky-bg.jpg');
background-repeat: no-repeat;
border-style: dotted; 
border-color: #FF71B0;
border: 3px;
font-family: arial, sans-serif, helvetica;
font-size: 12pt;
padding: 0px;
text-align: left;
}

/* specific divs */

div.header {
width: 800px;
margin: 0px;
border: 0px;
}

h1.header {
float: left;
border: 0px;
padding-left: 10px;
padding-top: 5px;
margin: 0px;
}

div.left {
float: left;
width: 100px;
margin-right: 6px;
padding: 0px;
text-align: center;
font-size: 10pt;
}

ul.menu {
width: 110px;
margin-left: 10px;
margin-top: 36px;
margin-right: 10px;
padding: 10px;
list-style-type: none;
background-color: #FFDEF2;
border-style: dotted; 
border-color: #FF71B0;
border: 2px;
text-align: left;
text-decoration: none;
font-weight: bold;
line-height: 16pt;
font-size: 12pt;
}

div.middle {
width: 460px;
margin-left: 155px;
margin-top: 0px;
padding: 0px;
color: #990033;
font-size: 10pt;
text-align: center;
}

p.updates {
width: 460px;
margin-top: 10px;
margin-left: 0px;
margin-bottom: 5px;
padding: 10px;
border-style: dotted;
border-color: #FF71B0;
border: 2px;
text-align: justify;
}

p.content {
background-color: #FFDEF2;
border-style: dotted;
border-color: #FF71B0;
border: 2px;
width: 460px;
height: 680px;
margin-left: 0px;
margin-top: 5px;
padding: 10px;
text-align: justify;
}

div.image {
background-color: #FFDEF2;
border-style: dotted;
border-color: #FF71B0;
border: 2px;
width: 460px;
margin-left: 0px;
margin-top: 5px;
padding: 10px;
text-align: center;
}

div.footer {
background-color: #FFDEF2;
margin-top: 30px;
padding-top: 5px;
padding-bottom: 5px;
width: 800px;
text-align: center;
color: #CC0066;
font-size: 10pt;
}