body { 

color: #003333; 
background: #537B7B; 
SCROLLBAR-ARROW-COLOR: #ffffff; 
SCROLLBAR-TRACK-COLOR: #003333; 
SCROLLBAR-BASE-COLOR: #537B7B; 
 }

body { background-image : url(2.jpg); }

body.content { 

color: #003333; 
background: #537B7B; 
SCROLLBAR-ARROW-COLOR: #ffffff; 
SCROLLBAR-TRACK-COLOR: #003333; 
SCROLLBAR-BASE-COLOR: #537B7B; 
 }

/* this CSS layout created by Sassafrass. Nifty, isn't it? ;P */

a { text-decoration: none;  font-weight : 600;  }

  :link { color: #996666 } 
  :visited { color: #996666} 
  :active { color: #996666 } /* when link is clicked */
  :hover { color: #537B7B } 

div.box {
    background-color: #CDF1EF;
    padding: 0.5em;
    position:absolute;
    top:8%;
    width: 550;
    height: auto;
    left:15px;
    overflow:visible;
    z-index:3;
}

div.leftthing {
    background-color: #CDF1EF;
    padding: 0.5em;
    position:absolute;
    top:8%;
    width: 158px;
    height: auto;
    left:592px;
    overflow:visible;
    z-index:1;
    border-width : 1em;
    border-color : #CDF1EF #CDF1EF #CDF1EF #CDF1EF;
    border : medium double #245151;
}

div.contentbox {
    background-color: #CDF1EF;
    padding: 0.5em;
    position:absolute;
    top:10%;
    width:90%;
    height:80%;
    left:5%;
    overflow:visible;
    z-index:1;
}

hr { margin-top:-2%; }

h1 {margin-bottom: -2%; 
    font-family: "Geneva", "Verdana", "Arial", "Helvetica", san-serif; }

h2 {margin-bottom: -2%; 
    font-family: "Geneva", "Verdana", "Arial", "Helvetica", san-serif; }


p,ul { font-family: "Garamond", "Times New Roman", serif; 
       color: #003333; }

ul.updates { margin-top: -3%;
font-size: 0.9em; 
font-family: "Garamond", "Times New Roman", serif; 
color: #003333; }

pre { font-family: monospace; }

p.header {
margin-top: -1%;
font-size: 0.9em; 
font-family: "Arial Narrow", "Arial", san-serif;
color: #CDF1EF;
 background : #245151;
 background-color : #245151;
  text-align : center;
 }
 
 p.menu {
	margin-top : -2%;
	font-family:  "Arial", san-serif;
	text-align : center;
	font-size : 0.9em;
}

p.note {
font-size: 0.7em; 
font-family: "Arial Narrow", "Arial", san-serif; 
color: #003333; }