a:visited {text-decoration:underline;
           color:#ff7211;}

a:active {text-decoration:underline;
          color:red;}

a {text-decoration:underline;
        color:#ff7211;}

a:hover {text-decoration:underline; 
         color:yellow;}
body {
      color: #ff7211;
      background-color: black;
      font-family:arial, sans-serif;
	  scrollbar-face-color:black;
	  scrollbar-arrow-color:#ff7211;
	  scrollbar-track-color:#ff7211;
	  scrollbar-shadow-color:'white';
	  scrollbar-highlight-color:'cyan';
	  scrollbar-3dlight-color:'white';
	  scrollbar-darkshadow-Color:'white'}
li {color: orange}
