#border /* Border for different sections */
{
background-color: #99d3e9;
width:auto;
max-width:500px;
padding:5px;
overflow:auto;
border: 3px solid #ffffff;
overflow-y: hidden; 
/* Curved edges */
-moz-border-radius:5px;
-webkit-border-radius:5px;
-opera-border-radius:5px;
-khtml-border-radius:5px;
border-radius:8px;
margin-bottom:1.5em; 
/* Drop shadow */
-khtml-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
-moz-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
}

#lvlname {
width:300px;
font-family:Verdana,"Verdana",Times,serif;
font-size:13px;
color:#000000;
line-height:normal;
padding-bottom:3px;
padding-left:0.2cm;
padding-top:3;
margin-bottom: 6px;
/* Curved edges */
-moz-border-radius:5px;
-webkit-border-radius:5px;
-opera-border-radius:5px;
-khtml-border-radius:5px;
border-radius:8px;
/* Drop shadow */
-khtml-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
-moz-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
}

#navlink {
background-image:url("images/textbg.png");
width:auto;
max-width:500px;
font-family:Verdana,"Verdana",Times,serif;
font-size:13px;
color:#000000;
line-height:normal;
padding-bottom:3px;
padding-left:0.2cm;
padding-top:3;
margin-bottom: 6px;
/* Curved edges */
-moz-border-radius:5px;
-webkit-border-radius:5px;
-opera-border-radius:5px;
-khtml-border-radius:5px;
border-radius:8px;
/* Drop shadow */
-khtml-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
-moz-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
}


#copyright {
width:300px;
overflow:auto;
font-family:Verdana,"Verdana",Times,serif;
font-size:13px;
color:#000000;
line-height:normal;
padding-bottom:3px;
padding-left:0.2cm;
padding-top:3;
margin-bottom: 6px;
/* Curved edges */
-moz-border-radius:5px;
-webkit-border-radius:5px;
-opera-border-radius:5px;
-khtml-border-radius:5px;
border-radius:8px;
/* Drop shadow */
-khtml-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
-moz-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
}

#box /* Border for different sections */
{
background-color: #99d3e9;
width:auto;
max-width:500px;
padding:5px;
overflow:auto;
border: 3px solid #ffffff;
margin-top:15%;
overflow-y: hidden; 
/* Curved edges */
-moz-border-radius:5px;
-webkit-border-radius:5px;
-opera-border-radius:5px;
-khtml-border-radius:5px;
border-radius:8px;
margin-bottom:1.5em; 
/* Drop shadow */
-khtml-box-shadow:rgba(0,0,0,0.5) 0px 0px 1px;
-moz-box-shadow:rgba(0,0,0,0.5) 0px 0px 15px;
box-shadow:rgba(0,0,0,0.5) 0px 0px 15px;
}

/* Links stylings */
a:link { text-decoration: underline; color: #77513b; } /* Basic link */
a:visited { text-decoration: underline; color: #77513b; } /*Visited link*/
a:hover { background: white; } /* Hover over link */