 body {
                color:black; 
                font-family:Georgia, arial, helvetica;
                background-color:pink;
		background-attachment:fixed;
		scrollbar-face-color : violet; 
		scrollbar-highlight-color : white; 
		scrollbar-3dlight-color : pink;  
		scrollbar-darkshadow-color : white;
		scrollbar-track-color : black; 
		scrollbar-arrow-color : gold;
           }


     a,a:visited {
                color:blue; 
                font-family:Georgia, arial, helvetica;
                text-decoration:none;
		font-weight:bold;
               }

     a:hover {
                color:gold; 
                background-color:black;
		font-style:Georgia;
		text-decoration:line-through;
               }
