body {color: gray;
   font-size: 12px;
background-repeat  : no-repeat;}

body {
scrollbar-face-color: white;
scrollbar-highlight-color: white;
scrollbar-shadow-color: salmon;
scrollbar-3dlight-color: salmon;
scrollbar-arrow-color: lightcoral;
scrollbar-track-color: white;
scrollbar-darkshadow-color: lightcoral;
}

a{ color: indianred ;
   font-size: 12px;}
a:link{color: indianred;}

a:hover{color:indianred;
        background-color:white;
    text-decoration:underline;}


a:active{color: indianred;
       background-color:white;
    text-decoration:underline;}
