body {
	background-color : #FFFF99;
	font-family : Arial, Helvetica, sans-serif;
	color : Maroon;
	font-size : medium;
	scrollbar-base-color : Maroon;
	scrollbar-face-color : #F0E68C;
	scrollbar-arrow-color : Maroon;
	scrollbar-track-color : #CD853F;
	scrollbar-shadow-color : Maroon;
	scrollbar-highlight-color : Maroon;
	scrollbar-darkshadow-color : Maroon;
	scrollbar-3dlight-color : #CD853F;
}
a:link {
	color : Maroon; text-decoration : none
}
a:visited {
	color : #CD853F; text-decoration : none
}
a:hover {
	color : #A0522D;
	text-decoration : none; text-decoration : none
}
a:active {
	color : #FF6347; text-decoration : none
}