::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	background:rgb(255,60,0);
}

::-webkit-scrollbar-thumb {
	background: rgb(0,136,255);  
}
::-webkit-scrollbar-thumb:window-inactive {
	background:  rgb(0,136,255); 
}

::selection {
	background: rgba(255, 61, 0, 0.99); /* WebKit/Blink Browsers */
	color: rgb(240,245,245);
}
::-moz-selection{
	background: rgba(255,60,0, 0.99); /* Gecko Browsers */
	color: rgb(240,245,245);
}

#simplemenu,
#menu{
	background: rgb(241, 248, 250);
}

#footer{
  color: rgb(255,60,0);
  border-color: rgb(255,60,0);
}

#footer a{
	color: rgb(255,60,0);
}