/* CSS Document */
html {
	background: #ff8000; 
}

body{
	scrollbar-face-color: #E47F00;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #E47F00;
	scrollbar-darkshadow-color: #E47F00;
	scrollbar-track-color: #E47F00;
	scrollbar-arrow-color: #FFFFFF;
}

td, p, tr {
	font-family: Tahoma, Verdana;
	color:#4E2303;
	font-size: 0.9em;
}

/*Links*/
a:link {
	color: #4E2303; text-decoration:none; font-size:0.85em; font-weight: bold; font-style:italic;
 }
a:visited {
	color: #4E2303; text-decoration:none; font-size:0.85em; font-weight: bold;
}
a:hover {
	color: #4E2303; text-decoration:underline; font-size:0.85em; font-weight: bold;
}
a:active {
	color: #4E2303; text-decoration:none; font-size:0.85em; font-weight: bold;
}
