/*Fun extras for Safari and Firefox - nothing else supports these!*/body{	/*Keeps the scrollbar visible all the time - pages don't jump*/	overflow: -moz-scrollbars-vertical;}/*Change the background color and text color of highlighted text*/::-moz-selection{	background:#af4b18;	color:#ccc;}::selection {	background:#af4b18;	color:#ccc;}a::-moz-selection {	background: #b9974f;	color:#FFF;}a::selection {	background: #b9974f;	color:#FFF;}