body         { background-image: 
               url('ground.jpg'); 
               background-repeat: repeat-y; background-attachment: fixed; 
               background-position: center top; background-color: #ff9900;
               scrollbar-arrow-color: #ffffff; scrollbar-base-color:#ff9900;
               color: white;
               font-weight: bold;
}
a:link {
  color: yellow }
a:visited {
  color: purple }
a:hover {
	background-color: #ff9900;
	color: black;

