body {
	background-color:"#FF8400";
	background-image:url(stripes.jpg);
	background-attachment: fixed;
	background-repeat:repeat-y;
        background-position:0px 0px;
	scrollbar-face-color: #000000; 
	scrollbar-shadow-color: #C76700; 
	scrollbar-base-color: #FF8400; 
	scrollbar-highlight-color: #484848; 
	scrollbar-3dlight-color: #CFCFCF; 
	scrollbar-darkshadow-color: #0B0F19; 
	scrollbar-track-color: #FF8400; 
	scrollbar-arrow-color: #FFFFFF;
}

TD {
	
}

A:link {
	text-decoration: none;
	font-weight: bold;
	color:"#003399";
}

A:visited {
	text-decoration: none;
	font-weight: bold;
	color:"#003399";
}

A:active {
	text-decoration: underline;
	font-weight: bold;
	color:"#0081E2";
}

A:hover {
	text-decoration: underline;
	font-weight: bold;
	color:"#14237E";
}
