/*
<head>
<link rel=stylesheet type="text/css" href="font.css">
</head>

<body class="body">
*/

.body
{
scrollbar-face-color: #8A1E1E;		/*top-color*/
scrollbar-shadow-color: #ffffff; 	/*shadow-color-bottom*/
scrollbar-highlight-color: #ffffff;	/*shadow-clolor-top*/
scrollbar-3dlight-color: #ffffff;	/*frame-color-top*/
scrollbar-darkshadow-color: #ffffff;	/*frame-color-bottom*/
scrollbar-track-color: #ffffff;		/*background-color-ok*/
scrollbar-arrow-color: #ffffff;		/*arrows-ok*/
}