
body {  font-family: Arial, "Times New Roman", sans-serif; 
    SCROLLBAR-FACE-COLOR: #d9d7d7; /* movable bar OK;  */
    SCROLLBAR-HIGHLIGHT-COLOR: #c5cbd7; /* bar border OK; */
    SCROLLBAR-SHADOW-COLOR: #717d93; /* OK; */
    SCROLLBAR-3DLIGHT-COLOR: #c5cbd7; /* OK ;  */
    SCROLLBAR-ARROW-COLOR: #2152ad; /* Arrow same as text button color OK ; */
    SCROLLBAR-TRACK-COLOR: #eeeeee; /* BG  OK ;  */
    SCROLLBAR-DARKSHADOW-COLOR: #717d93; /* OK ; */
    font-size: 15px;
}



select {background-color: #eeeeee; color: #2152ad; 
    SCROLLBAR-FACE-COLOR: #d9d7d7; movable bar OK; */
    SCROLLBAR-HIGHLIGHT-COLOR: #c5cbd7; /*  bar border OK; */
    SCROLLBAR-SHADOW-COLOR: #717d93; /*  OK; */
    SCROLLBAR-3DLIGHT-COLOR: #c5cbd7; /* OK ;  */
    SCROLLBAR-ARROW-COLOR: #2152ad; /* Arrow same as text button color OK ; */
    SCROLLBAR-TRACK-COLOR: #eeeeee; /* BG  OK ;  */
    SCROLLBAR-DARKSHADOW-COLOR: #717d93; /*  OK ; */
}

a:link {
	
	color: #666666;
        
	text-decoration: none;
}
a:visited {
        /*  Color of link that has been visited before */
	color: #666666 ;
	text-decoration: none;
}
  
a:hover {
        /*  Color of link when mouse cursor is on the link */
	color: #ff6600; 
	text-decoration: none;
}
a:active {
        /*  Color of the link to the current page */
	color: #666666; 
	text-decoration: none;
}



