

body { 		background-color: #E4D5B8;
			
			scrollbar-base-color:  #E4D5B8;
			scrollbar-track-color:  #E4D5B8;
			scrollbar-shadow-color:  #E4D5B8;
			scrollbar-highlight-color:#000000;
			scrollbar-arrow-color: #000000;
			
			}
			
hr {
		color: #000000;
}
		
			
td {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #000000;
}
			

			
p {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #000000;
}
			


			
a:link {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a:visited { text-decoration: none; 
			font-weight: bold;
			color: #000000;
			
			}
			
a:active { 	text-decoration: none; 
			font-weight: bold;
			color: #000000
}
a:hover { 	text-decoration: underline overline; 
			font-size: 13px;
			font-weight: bold;
			color: #330000}