body { 
	margin:0px 0; 
	padding:0;
	font: 75% Arial; 
	color:#bbb;  
	line-height: 1.4em; 
	text-align: justify;
}

body {
	CURSOR: crosshair;  

SCROLLBAR-FACE-COLOR: #3e2a1f;
SCROLLBAR-HIGHLIGHT-COLOR: #0088af;
SCROLLBAR-SHADOW-COLOR: #0088af;
SCROLLBAR-3DLIGHT-COLOR: black;
SCROLLBAR-ARROW-COLOR: #55bbff;
SCROLLBAR-TRACK-COLOR: #3e2a1f;
SCROLLBAR-DARKSHADOW-COLOR: black;
}

/**/
.nav { 
text-align: left; 
color: #ffffff; 
padding: 0px 0 0 0px; 
width: 170px; 
}

/* Odds and ends*/
a { 
color:#0088af ;  
background: inherit; 
text-decoration:none; 
}
a:hover { 
color:#55bbff;
background: inherit; 
text-decoration:overline underline; 
}

h1 { 
padding:0; 
margin:0; 
color:#55bbff; 
background: inherit;
font: 20px Arial, Sans-Serif; 
letter-spacing: -1px;
}

h1 a { 
color:#0088af;  
background: inherit; }

h2 { 
color:#0088af;
padding:0; 
margin:0;  
background: inherit;
font: 16px Arial, Sans-Serif; 
letter-spacing: 0px; 
}

h2 a { 
background:inherit; 
color:#0088af; 
}
h2 a:hover { 
background:inherit; 
color: #68ADD5; 
text-decoration:none; 
 }