BODY {
	color: Yellow;
	font-family: Arial, serif;
	font-size: x-large;
	scrollbar-3dlight-color: Yellow;
	scrollbar-arrow-color: Maroon;
	scrollbar-base-color: Maroon;
	scrollbar-darkshadow-color: Maroon;
	scrollbar-face-color: Maroon;
	scrollbar-shadow-color: Black;
	scrollbar-highlight-color: Maroon;
	background: #A0522D;
}

A {
	color: #FFFF00;
}

A:HOVER {
	color: #FF8C00;
}