
		   
span {color: black;
      font-family: Arial;
	  font-weight: 900;
	  font-size: 40px;
	  }
	
a:link {color: red;
        font-family: Arial;
		text-decoration: none;
		font-weight: 550;
		font-size: 12px;
		}
		
a:visited {color: red;
           font-family: Arial;
		   text-decoration: none;
		   font-weight: 550;
		   font-size: 12px;
		   }
		   
a:hover {color: blue;
         font-family: Arial;
	     text-decoration: underline;
		 font-weight: 550;
		 font-size: 12px;
		 }
		   
BODY { scrollbar-face-color : #FF3333; scrollbar-shadow-color : #000000; scrollbar-highlight-color : #E0E0E0; scrollbar-3dlight-color : #000000; scrollbar-darkshadow-color : #000000; scrollbar-track-color : #E0E0E0; scrollbar-arrow-color : #000000; }
