/* scrollbars will only work in IE (although I did just see them work in firefox, even though everyone says they don't). And they will make the CSS invalid. But don't tell me they look ugly, coz I like them. So nyer :P  */


body	{
	background: #FFFFFF url(img/ibg7.jpg) no-repeat fixed;
	font-family:"trebuchet ms",sans-serif; 
	font-size:smaller; 
	color: #0a395c;
	scrollbar-face-color: #4e1550;
	scrollbar-highlight-color: #aec9de;
	scrollbar-3dlight-color: #4e1550;
	scrollbar-darkshadow-color: #4e1550;
	scrollbar-shadow-color: #4e1550;
	scrollbar-arrow-color: #aec9de;
	scrollbar-track-color: #4e1550;
	}


#text   {	
	font-weight:normal;	
	}


a:link {
	color:#4e1550;
	text-decoration: none;
	font-weight:bold;
	letter-spacing: .13em;
	}


a:visited {
	color:#4e1550;
	text-decoration: none;
	font-weight:bold;
	letter-spacing: .13em;
	}

a:hover { 
	color:#38696b; 
	text-decoration: none;
 	font-weight:bold;
	letter-spacing: .13em;
	}

a:active { 
	color:#4e1550; 
	text-decoration: none;
	font-weight:bold;
	letter-spacing: .13em;
	}



h1 	{
	font-family:"trebuchet ms",tahoma,courier,arial, sans-serif; 
	font-size:medium;
	font-weight:bold;
	color: #38696b;
	letter-spacing: .3em;
	}
	

