body {
	background-color:"#5AB12C";
	background-image:url(images/stripes.jpg);
	background-attachment: fixed;
	background-repeat:repeat-y;
        background-position:0px 0px;
	scrollbar-face-color: #a4a181; 
	scrollbar-shadow-color: #6e6c5b; 
	scrollbar-base-color: #c8c5a6; 
	scrollbar-highlight-color: #f2f1e2; 
	scrollbar-3dlight-color: #f3f3f0; 
	scrollbar-darkshadow-color: #525141; 
	scrollbar-track-color: #c8c5a6; 
	scrollbar-arrow-color: #ff0000;
}

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";
}