body {
	background-color: #E1C186;
	color: #000000;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: normal;
}

html {
	/*scrollbar-3dlight-color: #ffffff;*/
    scrollbar-arrow-color: #ffffff;
    scrollbar-base-color: #E1C186;
    /*scrollbar-darkshadow-color: #ffffff;*/
    scrollbar-face-color: #E1C186;
    /*scrollbar-highlight-color: #ffffff;*/
    /*scrollbar-shadow-color: #ffffff;*/
}

a {
	color: #E1C186;
 	font-family: "Courier New", Courier, mono;
	font-weight: bold;
}

a:visited {
	color: #D4D0C8;
	font-family: "Courier New", Courier, mono; 
	font-weight: bold;
}

a:hover {
	color: #D4D0C8;
 	font-family: "Courier New", Courier, mono; 
	font-weight: bold;
}

h1 {
	font-family: "Courier New", Courier, mono;
	text-align: center;
	color: #000000;
	background-color: transparent;
}

h2 {
	font-family: "Courier New", Courier, mono;
	text-align: center;
	color: #000000;
	background-color: transparent;
	font-size: 2.5em;
}

h3 {
	font-family: "Courier New", Courier, mono;
	text-align: center;
	color: #000000;
	background-color: transparent;
	font-size: 1.5em;
}


td {  
	font-family: "Courier New", Courier, mono; 
	color: #000000;
	font-size: 12px;
}

